Skip to content
Cursor

BriefGate for Cursor

io.github.sekera-radim/briefgate

Client intake for AI agents: get files, copy and logins from clients, chased automatically.

client:Cursor transport:stdio runtime:npm

Install BriefGate 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": {
    "briefgate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@briefgate/mcp"
      ],
      "env": {
        "BRIEFGATE_API_KEY": "<BRIEFGATE_API_KEY>",
        "BRIEFGATE_BASE_URL": "<BRIEFGATE_BASE_URL>"
      }
    }
  }
}

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

BriefGate in other clients