MCP server intelligence profile

gemini-cli-mcp Server

A secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command injection

Local Onlyxjoker
Awaiting current scanNpm · 1.0.2

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

1Distribution channel
2Independently 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.

Install @xjoker/gemini-cli-mcp from npm

Version 1.0.2 declares 1 executable entrypoint.

npm install --save-exact @xjoker/gemini-cli-mcp@1.0.2
npx -y -p @xjoker/gemini-cli-mcp@1.0.2 @xjoker/gemini-cli-mcp
MCP client configuration example
{
  "mcpServers": {
    "@xjoker/gemini-cli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@xjoker/gemini-cli-mcp@1.0.2",
        "@xjoker/gemini-cli-mcp"
      ]
    }
  }
}

Identity

Canonical sluggemini-cli-mcp-90c5fe4cDeploymentLocal Only
Canonical packagenpm:@xjoker/gemini-cli-mcpRepositoryxjoker/gemini-cli-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@xjoker/gemini-cli-mcp1.0.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@xjoker/gemini-cli-mcp1.0.2CurrentSep 5, 20262 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
gemini-cli-mcpServer-reported name
1Capability groups
Aug 21, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
gemini_infoGemini CLI diagnostics: check connectivity, get version, list sessions or extensions.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "ping",
        "version",
        "list_models",
        "list_sessions",
        "list_extensions"
      ],
      "description": "ping: test CLI works, version: CLI version, list_models: available models and aliases, list_sessions: past sessions, list_extensions: available extensions."
    }
  },
  "required": [
    "action"
  ]
}
gemini_querySend a prompt to Google Gemini via locally authenticated CLI. Supports all Gemini models. Use @path to reference local files. Options: sandbox mode, yolo (auto-approve), approval modes, extra directories.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "minLength": 1,
      "description": "Prompt for Gemini. Use @file.ts to include file context."
    },
    "model": {
      "description": "Model name (e.g. gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite). Default: gemini-2.5-flash",
      "type": "string"
    },
    "sandbox": {
      "description": "Run in sandbox mode for safe code execution.",
      "type": "boolean"
    },
    "yolo": {
      "description": "Auto-approve all tool actions (no confirmation prompts).",
      "type": "boolean"
    },
    "approval_mode": {
      "description": "Approval mode: default (prompt), auto_edit (auto-approve edits), yolo (auto-approve all), plan (read-only).",
      "type": "string",
      "enum": [
        "default",
        "auto_edit",
        "yolo",
        "plan"
      ]
    },
    "include_stats": {
      "description": "Include token usage stats in the response.",
      "type": "boolean"
    },
    "include_directories": {
      "description": "Additional directories to include in Gemini's workspace.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "cwd": {
      "description": "Working directory for file references (@ syntax).",
      "type": "string"
    }
  },
  "required": [
    "prompt"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

gemini-cli-mcp Server questions

How do I install gemini-cli-mcp Server?

Install the selected package version with: npm install --save-exact @xjoker/gemini-cli-mcp@1.0.2

What tools does gemini-cli-mcp Server provide?

gemini-cli-mcp Server exposed 2 tools during independent protocol observation, including gemini_info, gemini_query.

Is gemini-cli-mcp Server secure?

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

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Google intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

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.