Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

LaunchChair in other clients