Odel
gemini code context mcp

gemini code context mcp

Local
@qmediatTypeScriptMITUpdated 1mo ago

Gemini 2M context cache for Claude Code — persistent; repeat queries ~8x faster, ~4x cheaper.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@qmediat.io/gemini-code-context-mcpv1.16.3

Run

npx -y @qmediat.io/gemini-code-context-mcp

MCP client config

{
  "mcpServers": {
    "gemini-code-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qmediat.io/gemini-code-context-mcp"
      ]
    }
  }
}