Skip to content
Cursor

base flash arb mcp for Cursor

io.github.lordbasilaiassistant-sudo/base-flash-arb-mcp

MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni

client:Cursor transport:stdio runtime:npm

Install base flash arb mcp in Cursor

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

{
  "mcpServers": {
    "base-flash-arb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "base-flash-arb-mcp"
      ]
    }
  }
}

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

base flash arb mcp in other clients