← Back to Plugins
MCP Server MCP

powerplan

github By github 👁 1 views ▲ 0 votes

MCP server that makes PLAN.md the operational backbone of agentic development

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...