Loading MCP server directory, please wait...
Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage
npx @getmcp/cli add io.github.capyBearista/gemini-researcherRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.capyBearista/gemini-researcher": {
"command": "npx",
"args": [
"-y",
"gemini-researcher"
],
"env": {
"GEMINI_API_KEY": "",
"PROJECT_ROOT": "",
"RESPONSE_CHUNK_SIZE_KB": "",
"CACHE_TTL_MS": "",
"DEBUG": "",
"GOOGLE_APPLICATION_CREDENTIALS": "",
"GOOGLE_CLOUD_PROJECT": "",
"VERTEX_AI_PROJECT": ""
}
}
}
}