home / mcp / better gemini mcp server
Provides a read-only MCP endpoint that delegates repository analysis to the Gemini CLI and returns structured JSON to clients.
Configuration
View docs{
"mcpServers": {
"capybearista-better-gemini-mcp": {
"command": "npx",
"args": [
"gemini-researcher"
]
}
}
}