Skip to content
Cursor

botindex mcp server for Cursor

io.github.cyberweasel777/botindex-mcp-server

DeFi signal intelligence + agent discovery. Funding arb, whale alerts, Zora, compliance.

client:Cursor transport:stdio runtime:npm

Install botindex mcp server 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": {
    "botindex-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "botindex-mcp-server"
      ],
      "env": {
        "BOTINDEX_BASE_URL": "<BOTINDEX_BASE_URL>"
      }
    }
  }
}

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

botindex mcp server in other clients