Server data from the Official MCP Registry
Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage
Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage
Set these up before or after installing:
Environment variable: GEMINI_API_KEY
Environment variable: PROJECT_ROOT
Environment variable: RESPONSE_CHUNK_SIZE_KB
Environment variable: CACHE_TTL_MS
Environment variable: DEBUG
Environment variable: GOOGLE_APPLICATION_CREDENTIALS
Environment variable: GOOGLE_CLOUD_PROJECT
Environment variable: VERTEX_AI_PROJECT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-capybearista-gemini-researcher": {
"env": {
"DEBUG": "your-debug-here",
"CACHE_TTL_MS": "your-cache-ttl-ms-here",
"PROJECT_ROOT": "your-project-root-here",
"GEMINI_API_KEY": "your-gemini-api-key-here",
"VERTEX_AI_PROJECT": "your-vertex-ai-project-here",
"GOOGLE_CLOUD_PROJECT": "your-google-cloud-project-here",
"RESPONSE_CHUNK_SIZE_KB": "your-response-chunk-size-kb-here",
"GOOGLE_APPLICATION_CREDENTIALS": "your-google-application-credentials-here"
},
"args": [
"-y",
"gemini-researcher"
],
"command": "npx"
}
}
}Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Scanned 5 files · 2 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!