Snap Router for Cursor
io.github.trigeochiral/snap-router
Task-to-tool discovery over the merged x402 Bazaar + MCP Registry catalog
client:Cursor
transport:stdio
runtime:pypi
Install Snap Router in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"snap-router": {
"type": "stdio",
"command": "uvx",
"args": [
"snap-router-mcp"
],
"env": {
"SNAP_API": "<SNAP_API>",
"SNAP_XPAYMENT": "<SNAP_XPAYMENT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs