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
{
"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