Skip to content
Claude Desktop

BriefGate for Claude Desktop

io.github.sekera-radim/briefgate

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

client:Claude Desktop transport:stdio runtime:npm

Install BriefGate in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "briefgate": {
      "command": "npx",
      "args": [
        "-y",
        "@briefgate/mcp"
      ],
      "env": {
        "BRIEFGATE_API_KEY": "<BRIEFGATE_API_KEY>",
        "BRIEFGATE_BASE_URL": "<BRIEFGATE_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

BriefGate in other clients