powerplan for Cursor
io.github.cynacons/powerplan
MCP server that makes PLAN.md the operational backbone of agentic development
client:Cursor
transport:stdio
runtime:pypi
Install powerplan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"powerplan": {
"type": "stdio",
"command": "uvx",
"args": [
"powerplan-mcp"
],
"env": {
"PYTHONUNBUFFERED": "<PYTHONUNBUFFERED>",
"PYTHONIOENCODING": "<PYTHONIOENCODING>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs