Odel
openplan

openplan

Local
@vncslealTypeScriptMITUpdated 1mo ago

Plan, track, and learn from software projects — three MCP tools for the AI agent lifecycle.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@openplan/mcpv0.1.22

Run

npx -y @openplan/mcp

MCP client config

{
  "mcpServers": {
    "openplan": {
      "command": "npx",
      "args": [
        "-y",
        "@openplan/mcp"
      ]
    }
  }
}