MCP server that makes PLAN.md the operational backbone of agentic development
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
PLAN.md as the operational backbone of agentic development.
powerplan is an MCP server that gives
coordinators and worker agents a human-language API over your projectβs
PLAN.md: show progress, create iterations, complete tasks, keep the header
truthful β without freeform file thrash.
mcp-name: io.github.CynaCons/powerplan
| MCP server name | powerplan |
| PyPI | powerplan-mcp (powerplan is a different, unrelated package) |
| Registry | io.github.CynaCons/powerplan |
| Status | v0.7.0 β batch mutations (PLAN.md) |
| Site | GitHub Pages |
| Pairs with | PowerSpawn (optional) |
You need uv (provides uvx) or Python 3.10+.
That is the stdio MCP server. Point your client at it:
.mcp.jsonSame block in claude_desktop_config.json (mcpServers).
~/.grok/config.toml or project config)Prefer scoped tools. Do not read all of PLAN.md to figure out what to do.
create_plan first.get_current_iteration β what to work on now (JSON).get_iteration(version) β one iterationβs tasks and progress.add_task / add_tasks / complete_task (indexes for several) / start_iteration / close_iteration.show_plan is a human skim, not a dump.Every tool accepts optional plan_path (relative or absolute). Default: walk up
from cwd to the nearest PLAN.md.
Optional agent on mutations writes a trailing [agent: id] tag on the touched line.
Agents often edit PLAN.md by hand. Headers drift, βCOMPLETEβ gets stamped
without proof, and multi-agent swarms step on each other. powerplan is the
single writer: tolerant reader, surgical writer, optional [agent: β¦] tags.
| Tool | Behavior |
|---|---|
create_plan | Bootstrap ./PLAN.md (or plan_path) when missing; force to overwrite |
get_current_iteration | Preferred for agents β scoped JSON for current work |
get_iteration | JSON for one version (tasks, progress) |
list_iterations / find_task / get_backlog | Navigate without full-file reads |
create_major / create_iteration / add_task / add_tasks | Surgical mutations (batch add in one write) |
complete_task / reopen_task / remove_task / defer_task | One or many (indexes / tasks); optional [agent: id] |
start_iteration / close_iteration | ACTIVE/current vs COMPLETE lifecycle |
check_plan | Structure lint |
show_plan / show_current_iteration | Compact human skim (not a full dump) |
| Construct | Pattern |
|---|---|
| Major | ## vX.Y β Title |
| Iteration | ### vX.Y.Z β Title |
| Goal | **Goal:** β¦ |
| Tasks | - [ ] / - [x] |
| Backlog | ## Backlog |
Phase-like headers and other prose are preserved as opaque blocks.
Clone, editable install, or PowerSpawn submodule β for contributors.
PowerSpawn can vendor this repo as a git submodule. Register both MCP servers β they do not merge:
Path-only (no install): python /path/to/powerplan/powerplan_server.py
Landing page: cd site && npm ci && npm run dev
Full procedure, identities, and failure history: docs/RELEASING.md.
Agent checklist: project skill release-powerplan (/release-powerplan).
Short path: bump every version file listed in that guide β pytest -q β tag
vX.Y.Z β push the tag. .github/workflows/publish.yml uploads powerplan-mcp
to PyPI, then server.json to the MCP Registry as io.github.CynaCons/powerplan.
MIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/powerplan)<a href="https://allmcps.com/mcp/powerplan"><img src="https://allmcps.com/api/badge/powerplan?style=directory" alt="Powerplan on AllMCPs" /></a>