obol for Cursor
io.github.halfkey/obol
Solana agent gateway via x402. Wallet, token, DeFi, and swap tools. Pay per request.
client:Cursor
transport:stdio
runtime:npm
Install obol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"obol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obol-mcp"
],
"env": {
"OBOL_URL": "<OBOL_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs