Skip to content
Cursor

openplan for Cursor

io.github.vncsleal/openplan

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

client:Cursor transport:stdio runtime:npm

Install openplan in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openplan in other clients