MCP server for LaunchRoad — gives any MCP-compatible AI coding assistant (Claude Code, Cursor, VS Code, ChatGPT Desktop) live read/write access to your team's shared brain.
{
"mcpServers": {
"launchroad": {
"command": "npx",
"args": [
"-y",
"launchroad-mcp"
]
}
}
}