Odel
Gatewards

Gatewards

Local
@rtahabasTypeScriptApache-2.0Updated 2mo ago

Drop-in spend governance + cross-agent dedup proxy for AI agent fleets, with x402 settlement.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gatewards/mcp-serverv0.2.0-beta.2

Run

npx -y @gatewards/mcp-server

MCP client config

{
  "mcpServers": {
    "gatewards": {
      "command": "npx",
      "args": [
        "-y",
        "@gatewards/mcp-server"
      ]
    }
  }
}