Talk to roadmaps with AI. Query and manage bars, OKRs, ideas, and launches.
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).
Run
docker run -i --rm ghcr.io/olgasafonova/productplan-mcp-server:5.1.0
MCP client config
{
"mcpServers": {
"productplan-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/productplan-mcp-server:5.1.0"
]
}
}
}Distributed as an MCP bundle (`https://github.com/olgasafonova/productplan-mcp-server/releases/download/v5.1.0/productplan-mcp-server-darwin-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/productplan-mcp-server/releases/download/v5.1.0/productplan-mcp-server-darwin-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/productplan-mcp-server/releases/download/v5.1.0/productplan-mcp-server-linux-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/productplan-mcp-server/releases/download/v5.1.0/productplan-mcp-server-linux-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/productplan-mcp-server/releases/download/v5.1.0/productplan-mcp-server-windows-amd64.mcpb`) — download it and import the bundle in your MCP client.