mcp gateway for Cursor
io.github.authzx/mcp-gateway
AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers
client:Cursor
transport:stdio
runtime:npm
Install mcp gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@authzx/mcp-gateway"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs