Skip to content
Cline

ask claude for Cline

io.github.lykhoyda/ask-claude

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

client:Cline transport:stdio runtime:npm

Install ask claude in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "ask-claude": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ask claude in other clients