polyplan-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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