Skip to content

ProductPlan MCP Server for Zed

io.github.olgasafonova/productplan-mcp-server

Talk to roadmaps with AI. Query and manage bars, OKRs, ideas, and launches.

client:Zed transport:stdio runtime:oci

Install ProductPlan MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "productplan-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/productplan-mcp-server:6.0.0"
      ],
      "env": {
        "PRODUCTPLAN_API_TOKEN": "<PRODUCTPLAN_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ProductPlan MCP Server in other clients