home / mcp / gemini researcher mcp server
Provides read-only, structured analyses of local codebases by offloading heavy work to the Gemini CLI, reducing agent token usage.
Configuration
View docs{
"mcpServers": {
"capybearista-gemini-researcher": {
"command": "npx",
"args": [
"gemini-researcher"
],
"env": {
"GEMINI_API_KEY": "your-api-key-here"
}
}
}
}Fast analysis for quick questions about specific files or small code sections using a concise response style.
In-depth, multi-file analysis for architecture reviews, security assessments, and large-scale code understanding.
Map the directory structure and generate an overview of a codebase with depth control.
Pre-checks to ensure referenced paths exist before executing expensive queries.
Diagnostics to troubleshoot server or Gemini CLI issues.
Retrieve remaining parts of large responses that are returned in chunks.