Skip to content
Cursor

ask claude for Cursor

io.github.lykhoyda/ask-claude

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

client:Cursor transport:stdio runtime:npm

Install ask claude in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ask-claude": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ask-llm/claude-mcp"
      ],
      "env": {
        "ASK_CLAUDE_MODEL": "<ASK_CLAUDE_MODEL>",
        "ASK_CLAUDE_FALLBACK_MODEL": "<ASK_CLAUDE_FALLBACK_MODEL>",
        "ASK_CLAUDE_TIMEOUT_MS": "<ASK_CLAUDE_TIMEOUT_MS>",
        "GMCPT_LOG_LEVEL": "<GMCPT_LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ask claude in other clients