Skip to content
Cursor

Flario for Cursor

io.github.dziuba0x/flario

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

client:Cursor transport:stdio runtime:npm

Install Flario in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Flario in other clients