MCP server intelligence profile

geminicli-mcp Server

A stateless MCP server that wraps the headless Gemini CLI, providing tools to send prompts to Google's Gemini models and receive text responses. It supports both simple prompts and prompts with contextual information

Local Onlytrevoraspencer
Awaiting current scanSource Git · 7fe4ea5f3196c1639e55aa79b976a59e326b43e1

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical sluggeminicli-mcp-6fccbb8bDeploymentLocal Only
Canonical packageRepositorytrevoraspencer/geminicli-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gittrevoraspencer/geminicli-mcp7fe4ea5f3196c1639e55aa79b976a59e326b43e11Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gittrevoraspencer/geminicli-mcp7fe4ea5f3196c1639e55aa79b976a59e326b43e1CurrentAug 25, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
geminicli-mcpServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
gemini_promptInvoke the headless Gemini CLI with a single prompt. Stateless — each call is an independent turn. Runs in the MCP server's current working directory.
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "minLength": 1,
      "description": "Prompt text sent to the Gemini CLI."
    },
    "model": {
      "type": "string",
      "pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$",
      "description": "Optional model identifier (e.g., gemini-2.5-pro)."
    }
  },
  "required": [
    "prompt"
  ],
  "additionalProperties": false
}
gemini_prompt_structuredInvoke the headless Gemini CLI and parse its response as JSON validated against a caller-provided JSON Schema. Stateless. Fails loudly with an isError result if the response is not valid JSON or does not match the schema.
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "minLength": 1,
      "description": "Prompt text sent to the Gemini CLI."
    },
    "schema": {
      "type": "object",
      "description": "JSON Schema (subset) the model's JSON response must conform to."
    },
    "context": {
      "type": "string",
      "description": "Optional context block prepended to the prompt inside <context>."
    },
    "model": {
      "type": "string",
      "pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$",
      "description": "Optional model identifier (e.g., gemini-2.5-pro)."
    }
  },
  "required": [
    "prompt",
    "schema"
  ],
  "additionalProperties": false
}
gemini_prompt_with_contextInvoke the headless Gemini CLI with a prompt plus a separate context block. Stateless — each call is an independent turn. The context is prepended to the prompt inside a <context> tag. Runs in the MCP server's current working directory.
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "minLength": 1,
      "description": "Prompt text sent to the Gemini CLI."
    },
    "context": {
      "type": "string",
      "description": "Context block prepended to the prompt (e.g., file contents, prior notes)."
    },
    "model": {
      "type": "string",
      "pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$",
      "description": "Optional model identifier (e.g., gemini-2.5-pro)."
    }
  },
  "required": [
    "prompt",
    "context"
  ],
  "additionalProperties": false
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

geminicli-mcp Server questions

How do I install geminicli-mcp Server?

No verified package installation command is available in the retained catalog evidence.

What tools does geminicli-mcp Server provide?

geminicli-mcp Server exposed 3 tools during independent protocol observation, including gemini_prompt, gemini_prompt_structured, gemini_prompt_with_context.

Is geminicli-mcp Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.