definecurrency for Cursor
io.github.vdappdev2/definecurrency
MCP server for defining Verus currencies — tokens, fractional baskets, centralized, ERC-20 mapped
client:Cursor
transport:stdio
runtime:npm
Install definecurrency in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"definecurrency": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/definecurrency-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs