Skip to content
Zed

BriefGate for Zed

io.github.sekera-radim/briefgate

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

client:Zed transport:stdio runtime:npm

Install BriefGate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

BriefGate in other clients