MCP Server
MCP
Gatewards
Drop-in spend governance + cross-agent dedup proxy for AI agent fleets, with x402 settlement.
Install
npx -y @gatewards/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@gatewards/mcp-server",
"version": "0.2.0-beta.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Gatewards agent API key (gw_agent_…). Required for authenticated proxy calls; the server starts without it but cannot reach the gateway.",
"isSecret": true,
"name": "GATEWARDS_API_KEY"
},
{
"description": "Gateway base URL. Defaults to http://localhost:3001; set to https://api.gatewards.com for the hosted gateway.",
"name": "GATEWARDS_GATEWAY_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment