agentpay for Cline
io.github.sdeanesh-png/agentpay
Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.
client:Cline
transport:stdio
runtime:npm
Install agentpay 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": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpay-run/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<AGENTPAY_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs