Serversio.github.qmediat/gemini-code-context-mcp
M

io.github.qmediat/gemini-code-context-mcp

io.github.qmediat/gemini-code-context-mcp · v1.16.3
▦ npm
v1.16.3npm npm: @qmediat.io/gemini-code-context-mcp↗ 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.qmediat/gemini-code-context-mcp",
  "description": "Gemini 2M context cache for Claude Code — persistent; repeat queries ~8x faster, ~4x cheaper.",
  "repository": {
    "url": "https://github.com/qmediat/gemini-code-context-mcp",
    "source": "github"
  },
  "version": "1.16.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@qmediat.io/gemini-code-context-mcp",
      "version": "1.16.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Profile name in ~/.config/qmediat/credentials (chmod 0600). Created by `npx @qmediat.io/gemini-code-context-mcp init`. Recommended; keeps your API key out of ~/.claude.json.",
          "format": "string",
          "name": "GEMINI_CREDENTIALS_PROFILE"
        },
        {
          "description": "Fallback Tier 3 auth. Your Gemini API key. Emits a warning at startup recommending you move it to the credentials profile via the init command.",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Set to `true` to use Vertex AI backend via Application Default Credentials. Requires GOOGLE_CLOUD_PROJECT.",
          "format": "string",
          "name": "GEMINI_USE_VERTEX"
        },
        {
          "description": "GCP project ID when using Vertex AI backend. Only read when GEMINI_USE_VERTEX=true.",
          "format": "string",
          "name": "GOOGLE_CLOUD_PROJECT"
        },
        {
          "description": "Hard daily USD cap enforced locally. Server refuses calls after the cap until UTC midnight. Unlimited if unset. Honoured by `ask`, `code`, and per-iteration by `ask_agentic`.",
          "format": "string",
          "name": "GEMINI_DAILY_BUDGET_USD"
        },
        {
          "description": "Model alias (`latest-pro`, `latest-pro-thinking`, `latest-flash`, `latest-lite`, `latest-vision`) or literal model ID. Default: `latest-pro`.",
          "format": "string",
          "name": "GEMINI_CODE_CONTEXT_DEFAULT_MODEL"
        },
        {
          "description": "Context Cache TTL in seconds. Default: 3600 (1 hour). Hot workspaces (<10 min since last use) auto-refresh via background watcher.",
          "format": "string",
          "name": "GEMINI_CODE_CONTEXT_CACHE_TTL_SECONDS"
        },
        {
          "description": "`debug` | `info` | `warn` | `error`. Default: `info`.",
          "format": "string",
          "name": "GEMINI_CODE_CONTEXT_LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}