Serversio.github.hampsterx/gemini-mcp-bridge
B

io.github.hampsterx/gemini-mcp-bridge

io.github.hampsterx/gemini-mcp-bridge · v0.6.0
▦ npm
v0.6.0npm npm: gemini-mcp-bridge↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hampsterx/gemini-mcp-bridge",
  "description": "MCP server wrapping Gemini CLI: query, review, search, structured output, and diff assessment.",
  "repository": {
    "url": "https://github.com/hampsterx/gemini-mcp-bridge",
    "source": "github"
  },
  "version": "0.6.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "gemini-mcp-bridge",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the gemini CLI binary. Defaults to 'gemini' on PATH.",
          "format": "string",
          "default": "gemini",
          "name": "GEMINI_CLI_PATH"
        },
        {
          "description": "Default Gemini model for query/review/search.",
          "format": "string",
          "name": "GEMINI_DEFAULT_MODEL"
        },
        {
          "description": "Model to use when the primary model hits a quota or availability error.",
          "format": "string",
          "name": "GEMINI_FALLBACK_MODEL"
        },
        {
          "description": "Maximum concurrent Gemini CLI subprocesses (default 3).",
          "format": "number",
          "default": "3",
          "name": "GEMINI_MAX_CONCURRENT"
        },
        {
          "description": "Minimum milliseconds between consecutive CLI spawns, used to avoid rate-limit bursts.",
          "format": "number",
          "default": "5000",
          "name": "GEMINI_MIN_INVOCATION_GAP_MS"
        },
        {
          "description": "Upper bound of random jitter added to each CLI spawn to spread load.",
          "format": "number",
          "default": "200",
          "name": "GEMINI_SPAWN_JITTER_MAX_MS"
        },
        {
          "description": "API key for Gemini. Alternative to GOOGLE_API_KEY or OAuth login.",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Google API key for Gemini. Alternative to GEMINI_API_KEY or OAuth login.",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}