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
{
"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