ask claude for Windsurf
io.github.lykhoyda/ask-claude
Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions
client:Windsurf
transport:stdio
runtime:npm
Install ask claude in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs