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