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