Skip to content
Grok

definecurrency for Grok

io.github.vdappdev2/definecurrency

MCP server for defining Verus currencies — tokens, fractional baskets, centralized, ERC-20 mapped

client:Grok transport:stdio runtime:npm

Install definecurrency in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "definecurrency": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/definecurrency-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

definecurrency in other clients