address for Cursor
io.github.vdappdev2/address
MCP server for Verus addresses — generate, validate, list transparent and shielded addresses
client:Cursor
transport:stdio
runtime:npm
Install address in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"address": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/address-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs