Agent Wormhole for Cursor
io.github.runningoffcode/wormhole-x402
Check tokens, pages and x402 payments before your agent trusts them. Offline verdicts.
client:Cursor
transport:stdio
runtime:npm
Install Agent Wormhole in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wormhole-x402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wormhole-x402"
],
"env": {
"WORMHOLE_API_KEY": "<WORMHOLE_API_KEY>",
"WORMHOLE_VERIFY_URL": "<WORMHOLE_VERIFY_URL>",
"WORMHOLE_ADDRESS_LEDGER": "<WORMHOLE_ADDRESS_LEDGER>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs