gateway for Cursor
io.github.bolyra/gateway
MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.
client:Cursor
transport:stdio
runtime:npm
Install gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bolyra/gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs