LaunchChair for Cursor
io.launchchair/agent
Plan, validate, and build products and features with LaunchChair.
client:Cursor
transport:stdio
runtime:npm
Install LaunchChair in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@launchchair/agent"
],
"env": {
"LAUNCHCHAIR_AGENT_TOKEN": "<LAUNCHCHAIR_AGENT_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs