agon protocol for Cline
io.github.agonx402/agon-protocol
MCP server for Agon Protocol state reads and prepare-only payment-channel actions.
client:Cline
transport:stdio
runtime:npm
Install agon protocol 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": {
"agon-protocol": {
"command": "npx",
"args": [
"-y",
"@agonx402/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "<SOLANA_DEVNET_RPC_URL>",
"AGON_PROTOCOL_PROGRAM_ID": "<AGON_PROTOCOL_PROGRAM_ID>",
"AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs