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
{
"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