polyplan-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initA | Initialize PolyPlan in this project — creates .plans/ and .polyplan/ directories |
| round_1B | Start Round 1 — create an independent plan for this model/CLI (no other models seen) |
| round_1_contextA | Get the Round 1 prompt — call this first, then generate your plan, then call round_1 to save |
| round_2A | Start Round 2 — peer-review all Round 1 plans and write a revised master plan (requires ≥2 Round 1 plans) |
| round_2_contextA | Get the Round 2 prompt with all other models' Round 1 plans injected — call this before generating your Round 2 plan |
| final_planA | Start Final round — synthesize ALL Round 1 + Round 2 plans into one implementable plan (requires ≥1 Round 2 plan) |
| final_plan_contextA | Get the Final round prompt with ALL Round 1 + Round 2 plans injected — call this before generating the final plan |
| show_statusB | Show full session state — which models completed each round, open questions, and conflicts |
| clear_plansA | Delete plan files — target 'all', 'round1', 'round2', or 'final'. Must set confirm=true. |
| show_conflictsB | Show all points where models disagreed in Round 1 — technology choices, approach, and assumption conflicts |
| show_questionsA | Show all open questions raised by any model in Round 1, and whether other models answered them |
| show_diffB | Show what changed for a specific model between their Round 1 and Round 2 plans |
| show_agreeA | Show what ALL models agreed on independently in Round 1 — highest-confidence decisions |
| show_summaryA | One-paragraph summary of each model's plan — quick overview of all positions |
| export_plansA | Bundle the entire .plans/ session into one readable markdown file for sharing or archiving |
| show_historyB | Full audit log — which model, which CLI tool, which round, what time, what action |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IMAFDI/polyplan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server