Gatewards for Cline
io.github.rtahabas/gatewards
Drop-in spend governance + cross-agent dedup proxy for AI agent fleets, with x402 settlement.
client:Cline
transport:stdio
runtime:npm
Install Gatewards in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"gatewards": {
"command": "npx",
"args": [
"-y",
"@gatewards/mcp-server"
],
"env": {
"GATEWARDS_API_KEY": "<GATEWARDS_API_KEY>",
"GATEWARDS_GATEWAY_URL": "<GATEWARDS_GATEWAY_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs