Skip to content
Cursor

FibX for Cursor

finance.fibrous/fibx

Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.

client:Cursor transport:stdio runtime:npm

Install FibX 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": {
    "fibx": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fibx"
      ],
      "env": {
        "FIBX_API_URL": "<FIBX_API_URL>",
        "FIBX_SESSION_SECRET": "<FIBX_SESSION_SECRET>",
        "FIBX_WC_PROJECT_ID": "<FIBX_WC_PROJECT_ID>"
      }
    }
  }
}

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

FibX in other clients