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).
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"
]
}
}
}