mcpbeat Sign in

Gemini Code Context MCP Server

local only

Gemini Code Context MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 151 installs a week from npm. Last commit 1 May 2026.

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

Installs per day peak 66 · avg 15 · +245% w/w
a month agotoday
151
Installs / week
npm · @qmediat.io/gemini-code-context-mcp
0
Stars
0 open issues
1 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gemini Code Context MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gemini-code-context-mcp -- npx -y @qmediat.io/gemini-code-context-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gemini-code-context-mcp": {
      "args": [
        "-y",
        "@qmediat.io/gemini-code-context-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gemini-code-context-mcp]
command = "npx"
args = ["-y", "@qmediat.io/gemini-code-context-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gemini-code-context-mcp": {
      "args": [
        "-y",
        "@qmediat.io/gemini-code-context-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gemini-code-context-mcp": {
      "args": [
        "-y",
        "@qmediat.io/gemini-code-context-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GEMINI_CREDENTIALS_PROFILE (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.), GEMINI_API_KEY (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.), GEMINI_USE_VERTEX (Set to `true` to use Vertex AI backend via Application Default Credentials. Requires GOOGLE_CLOUD_PROJECT.), GOOGLE_CLOUD_PROJECT (GCP project ID when using Vertex AI backend. Only read when GEMINI_USE_VERTEX=true.), GEMINI_DAILY_BUDGET_USD (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`.), GEMINI_CODE_CONTEXT_DEFAULT_MODEL (Model alias (`latest-pro`, `latest-pro-thinking`, `latest-flash`, `latest-lite`, `latest-vision`) or literal model ID. Default: `latest-pro`.), GEMINI_CODE_CONTEXT_CACHE_TTL_SECONDS (Context Cache TTL in seconds. Default: 3600 (1 hour). Hot workspaces (<10 min since last use) auto-refresh via background watcher.), GEMINI_CODE_CONTEXT_LOG_LEVEL (`debug` | `info` | `warn` | `error`. Default: `info`.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gemini Code Context MCP

same job, measured the same way
Memory MCP
by yuvalsuede

Persistent memory + git snapshots for Claude Code. Never lose context or code.

41 installs/wk local only
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

local only
Aiterm MCP
by kitepon

Persistent terminals and one launcher for Claude, Codex, Grok, and Cursor harnesses.

1 972 installs/wk local only
Nexsus
by dbnexsus

Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.

answering
Slimdex MCP
by siddhukaushik

Narrow code retrieval for agents: outlines, symbol context, dep graph, persistent memory.

37 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only

Gemini Code Context MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gemini Code Context MCP?
Gemini Code Context MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @qmediat.io/gemini-code-context-mcp was installed 151 times last week.
How do I connect Gemini Code Context MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @qmediat.io/gemini-code-context-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gemini Code Context MCP?
The npm package @qmediat.io/gemini-code-context-mcp was installed 151 times in the last week. Week over week that is +245%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gemini Code Context MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.