HomeProductivity › BriefGate

BriefGate

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

TypeScript CloudLocal
★ 0 stars Last pushed 2026-09-21 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.10.5)

npx -y @briefgate/mcp@0.10.5

Or add to your MCP client config:

{
  "mcpServers": {
    "briefgate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@briefgate/mcp@0.10.5"
      ],
      "env": {
        "BRIEFGATE_API_KEY": "<YOUR_VALUE>",
        "BRIEFGATE_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • BRIEFGATE_API_KEY secret — BriefGate API key (bg_live_... or bg_test_...). Optional: run `npx -y @briefgate/mcp login` once to sign in without one.
  • BRIEFGATE_BASE_URL — Base URL override for staging or local development. Defaults to https://api.briefgate.dev.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry