agon gateway for Cursor
io.github.agonx402/agon-gateway
MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.
client:Cursor
transport:stdio
runtime:npm
Install agon gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agon-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agonx402/gateway-mcp"
],
"env": {
"AGON_GATEWAY_BASE_URL": "<AGON_GATEWAY_BASE_URL>",
"AGON_SIGNER_COMMAND": "<AGON_SIGNER_COMMAND>",
"AGON_WALLET_PROFILE": "<AGON_WALLET_PROFILE>",
"AGON_PAYMENT_MAX_AMOUNT_USD": "<AGON_PAYMENT_MAX_AMOUNT_USD>",
"AGON_PAYMENT_DAILY_LIMIT_USD": "<AGON_PAYMENT_DAILY_LIMIT_USD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs