Obolus for Cursor
io.github.inviti8/obolus
Disposable Algorand wallet for AI agents. Pay x402 resources in USDC, no human provisioning.
client:Cursor
transport:stdio
runtime:pypi
Install Obolus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"obolus": {
"type": "stdio",
"command": "uvx",
"args": [
"obolus"
],
"env": {
"OBOLUS_NETWORK": "<OBOLUS_NETWORK>",
"OBOLUS_DATA_DIR": "<OBOLUS_DATA_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs