Skip to content
Cursor

FlashBank for Cursor

io.github.rotwang9000/flashbank

Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.

client:Cursor transport:stdio runtime:npm

Install FlashBank 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": {
    "flashbank": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@flashbank/mcp"
      ],
      "env": {
        "FLASHBANK_MCP_PRIVATE_KEY": "<FLASHBANK_MCP_PRIVATE_KEY>",
        "FLASHBANK_MCP_ALLOW_MAINNET": "<FLASHBANK_MCP_ALLOW_MAINNET>",
        "FLASHBANK_MCP_RPC_SEPOLIA": "<FLASHBANK_MCP_RPC_SEPOLIA>"
      }
    }
  }
}

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

FlashBank in other clients