Obolus for Cline
io.github.inviti8/obolus
Disposable Algorand wallet for AI agents. Pay x402 resources in USDC, no human provisioning.
client:Cline
transport:stdio
runtime:pypi
Install Obolus 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": {
"obolus": {
"command": "uvx",
"args": [
"obolus"
],
"env": {
"OBOLUS_NETWORK": "<OBOLUS_NETWORK>",
"OBOLUS_DATA_DIR": "<OBOLUS_DATA_DIR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs