Skip to content
Cursor

brawsr for Cursor

io.github.brawsr/brawsr

Browser sessions, checkpoints, rewind, fork, lineage, and lifecycle tools for brawsr.

client:Cursor transport:stdio runtime:npm

Install brawsr 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": {
    "brawsr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brawsr/mcp-server"
      ],
      "env": {
        "BRAWSR_API_KEY": "<BRAWSR_API_KEY>",
        "BRAWSR_BASE_URL": "<BRAWSR_BASE_URL>",
        "BRAWSR_MCP_TIMEOUT_MS": "<BRAWSR_MCP_TIMEOUT_MS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

brawsr in other clients