polyplan-mcp

IMAFDI/polyplan-mcp
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 7d ago
PolyPlan is a project-local MCP (Model Context Protocol) server that enables developers to run structured, multi-model AI planning sessions across multiple CLI coding tools simultaneously.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "polyplan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "IMAFDI/polyplan-mcp"
      ]
    }
  }
}

README Excerpt

> A multi-model AI planning MCP server for CLI coding tools PolyPlan is a project-local MCP (Model Context Protocol) server that enables developers to run structured, multi-model AI planning sessions across multiple CLI coding tools simultaneously. When developers use multiple AI models (Claude Code, Copilot, OpenCode, Codex, Cursor, AntiGravity) for planning, PolyPlan provides a structured way to collect, cross-review, and synthesize plans from all models into one final implementable master pla

Tools (1)

modelName