ProductPlan MCP Server for Windsurf
io.github.olgasafonova/productplan-mcp-server
Talk to roadmaps with AI. Query and manage bars, OKRs, ideas, and launches.
client:Windsurf
transport:stdio
runtime:oci
Install ProductPlan MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs