Skip to content
VS Code

base flash arb mcp for VS Code

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:VS Code transport:stdio runtime:npm

Install base flash arb mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

base flash arb mcp in other clients