← Index

io.github.Lykhoyda/ask-gemini

io.github.Lykhoyda/ask-gemini·v1.6.1·AI & LLMs
Quality Score
85
/100

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ask-gemini": {
      "command": "npx",
      "args": [
        "-y",
        "ask-gemini-mcp"
      ],
      "env": {
        "GMCPT_TIMEOUT_MS": "300000",
        "GMCPT_LOG_LEVEL": "warn"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ask-gemini": {
      "command": "npx",
      "args": [
        "-y",
        "ask-gemini-mcp"
      ],
      "env": {
        "GMCPT_TIMEOUT_MS": "300000",
        "GMCPT_LOG_LEVEL": "warn"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ask-gemini-mcp
§02  Environment variables
GMCPT_TIMEOUT_MS

Timeout for Gemini CLI execution in milliseconds (default: 300000 = 5 minutes)

GMCPT_LOG_LEVEL

Log verbosity: debug, info, warn, error (default: warn)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs