Skip to main content
The ProductBrain MCP server lets an MCP client, Claude Desktop, Claude Code, Cursor, drive your plan directly: search, read, mutate, run the planning methodology, and read/drive the live view.
A thin shim, on purpose. The server is a thin transport over ProductBrain’s versioned v1 REST API. Each tool is one call to an existing /api/v1 endpoint. The REST contract stays canonical: it’s stable when the MCP spec churns, you can drop to raw HTTP or bring your own LLM any time, and responses carry the same in-band _meta coaching the API returns.

Install

Cursor and other clients: add an mcpServers entry with the same command / args / env.

Configuration

Tools

The complete contract, every endpoint, field, and validation rule, is the LLM Guide.