MCP server that gives Claude Code persistent memory of your codebase, backed by Gemini's 2M-token context. Includes eager ask/code for cached repo Q&A and ask_agentic for agentic file access on repos that exceed the model's input-token limit.
{
"mcpServers": {
"qmediatiogemini-code-context": {
"command": "npx",
"args": [
"-y",
"@qmediat.io/gemini-code-context-mcp"
]
}
}
}