MCP Server
MCP
powerplan
MCP server that makes PLAN.md the operational backbone of agentic development
Install
uvx powerplan-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "powerplan-mcp",
"version": "0.6.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Unbuffered stdio so MCP JSON-RPC flushes immediately.",
"value": "1",
"name": "PYTHONUNBUFFERED"
},
{
"description": "UTF-8 stdio (needed on Windows).",
"value": "utf-8",
"name": "PYTHONIOENCODING"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment