Gatewards for Cursor
io.github.rtahabas/gatewards
Drop-in spend governance + cross-agent dedup proxy for AI agent fleets, with x402 settlement.
client:Cursor
transport:stdio
runtime:npm
Install Gatewards in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gatewards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gatewards/mcp-server"
],
"env": {
"GATEWARDS_API_KEY": "<GATEWARDS_API_KEY>",
"GATEWARDS_GATEWAY_URL": "<GATEWARDS_GATEWAY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs