Skip to content
Grok

Flario for Grok

io.github.dziuba0x/flario

Flare for agents: FTSO prices with locally verified Merkle proofs, FDC, FAssets, x402 pay.

client:Grok transport:stdio runtime:npm

Install Flario in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flario": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flario"
      ],
      "env": {
        "FLARE_RPC": "<FLARE_RPC>",
        "FLARE_RPC_TESTNET": "<FLARE_RPC_TESTNET>",
        "FLARE_PRIVATE_KEY": "<FLARE_PRIVATE_KEY>",
        "X402_ENABLED": "<X402_ENABLED>"
      }
    }
  }
}

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

Flario in other clients