definecurrency for Windsurf
io.github.vdappdev2/definecurrency
MCP server for defining Verus currencies — tokens, fractional baskets, centralized, ERC-20 mapped
client:Windsurf
transport:stdio
runtime:npm
Install definecurrency in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"definecurrency": {
"command": "npx",
"args": [
"-y",
"@verusidx/definecurrency-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs