Offload architectural planning Q&A to an alternate LLM (Gemini today) in a side terminal. MCP tool for Claude Code and Cursor. Returns a dense markdown blueprint to Claude.
| Tool name | Description | Destructive? |
|---|---|---|
| interactive_plan | ✓ no |
{
"mcpServers": {
"alt-llm-planner": {
"command": "npx",
"args": [
"-y",
"alt-llm-planner"
]
}
}
}