powerplan
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.6.0 — public package + registry listing (PLAN.md) |
| Site | GitHub Pages |
| Pairs with | PowerSpawn (optional) |
Install
You need uv (provides uvx) or Python 3.10+.
uvx powerplan-mcp
That is the stdio MCP server. Point your client at it:
Claude Code / Cursor / .mcp.json
{
"mcpServers": {
"powerplan": {
"command": "uvx",
"args": ["powerplan-mcp"],
"env": {
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1"
}
}
}
}
Claude Desktop
Same block in claude_desktop_config.json (mcpServers).
Grok (~/.grok/config.toml or project config)
[mcp_servers.powerplan]
command = "uvx"
args = ["powerplan-mcp"]
env = { PYTHONUNBUFFERED = "1", PYTHONIOENCODING = "utf-8" }
enabled = true
pip (no uv)
pip install powerplan-mcp
{
"mcpServers": {
"powerplan": {
"command": "python",
"args": ["-m", "powerplan"],
"env": {
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1"
}
}
}
}
Agent guide
Prefer scoped tools. Do not read all of PLAN.md to figure out what to do.
- If tools fail with “no PLAN.md” →
create_planfirst. get_current_iteration— what to work on now (JSON).get_iteration(version)— one iteration’s tasks and progress.- Mutate with
add_task/complete_task/start_iteration/close_iteration. show_planis 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.
Why
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.
Tools
| 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 / … |
Surgical mutations |
complete_task / reopen_task |
Checkbox updates; 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) |
Managed plan format
| 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.
From source
Clone, editable install, or PowerSpawn submodule — for contributors.
git clone https://github.com/CynaCons/powerplan.git
cd powerplan
pip install -e ".[dev]"
python -m powerplan # same stdio server
# or: powerplan-mcp
PowerSpawn can vendor this repo as a git submodule. Register both MCP servers — they do not merge:
{
"mcpServers": {
"powerplan": {
"command": "uvx",
"args": ["powerplan-mcp"]
},
"powerspawn": {
"command": "python",
"args": ["-m", "powerspawn.mcp_server"]
}
}
}
Path-only (no install): python /path/to/powerplan/powerplan_server.py
Landing page: cd site && npm ci && npm run dev
Releasing (maintainers)
Versions live in pyproject.toml, powerplan/__init__.py, and server.json.
Keep them equal.
PyPI uses GitHub Actions trusted publishing (no API token in the repo).
- One-time: on PyPI publishing
add a pending publisher:
- Project name:
powerplan-mcp - Owner:
CynaCons - Repository:
powerplan - Workflow name:
publish.yml - Environment: (leave empty)
- Project name:
- Tag and push:
git tag v0.6.1 && git push origin v0.6.1 .github/workflows/publish.ymlbuilds, uploads to PyPI, then publishesserver.jsonto the official MCP Registry viamcp-publisher login github-oidc.
Manual registry publish (after the wheel is on PyPI):
mcp-publisher login github
mcp-publisher publish
mcp-publisher verifies mcp-name: io.github.cynacons/powerplan in the PyPI
README, so that string must stay in this file.
License
MIT — see LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file powerplan_mcp-0.6.0.tar.gz.
File metadata
- Download URL: powerplan_mcp-0.6.0.tar.gz
- Upload date:
- Size: 35.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61d5925f615f68ddfc346a52aa4f6f14ed5d81932db574acea858dc642991a62
|
|
| MD5 |
74b0033220a32be3f469f664c2281032
|
|
| BLAKE2b-256 |
edf7030982ccbb923ecf109e70dfd5965676c2789e89c057be75e9dda0106f4b
|
Provenance
The following attestation bundles were made for powerplan_mcp-0.6.0.tar.gz:
Publisher:
publish.yml on CynaCons/powerplan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
powerplan_mcp-0.6.0.tar.gz -
Subject digest:
61d5925f615f68ddfc346a52aa4f6f14ed5d81932db574acea858dc642991a62 - Sigstore transparency entry: 2568331051
- Sigstore integration time:
-
Permalink:
CynaCons/powerplan@1434f97daa86907fcdd69b2f570a04ee993865f0 -
Branch / Tag:
refs/tags/v0.6.0 - Owner: https://github.com/CynaCons
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1434f97daa86907fcdd69b2f570a04ee993865f0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file powerplan_mcp-0.6.0-py3-none-any.whl.
File metadata
- Download URL: powerplan_mcp-0.6.0-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd913b5ca4a0bba9b98df938283eb296e310d1e01a37f5205c13ab65bbdec95c
|
|
| MD5 |
1bcf2d3b45498320ee6614fd6a9e97c4
|
|
| BLAKE2b-256 |
d96840ccc8bab2f069abe3ff6418530557663d634fdff5c341e636f1b5b46647
|
Provenance
The following attestation bundles were made for powerplan_mcp-0.6.0-py3-none-any.whl:
Publisher:
publish.yml on CynaCons/powerplan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
powerplan_mcp-0.6.0-py3-none-any.whl -
Subject digest:
fd913b5ca4a0bba9b98df938283eb296e310d1e01a37f5205c13ab65bbdec95c - Sigstore transparency entry: 2568331065
- Sigstore integration time:
-
Permalink:
CynaCons/powerplan@1434f97daa86907fcdd69b2f570a04ee993865f0 -
Branch / Tag:
refs/tags/v0.6.0 - Owner: https://github.com/CynaCons
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1434f97daa86907fcdd69b2f570a04ee993865f0 -
Trigger Event:
push
-
Statement type: