kustodia escrow for Cursor
io.github.rodrigojille/kustodia-escrow
Agentic escrow payments — fiat + crypto, 36 MCP tools, 10 chains, FHE privacy
client:Cursor
transport:stdio
runtime:npm
Install kustodia escrow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kustodia-escrow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kustodia_app/node"
],
"env": {
"KUSTODIA_API_KEY": "<KUSTODIA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs