Skip to content
VS Code

openplan for VS Code

io.github.vncsleal/openplan

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

client:VS Code transport:stdio runtime:npm

Install openplan in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

openplan in other clients