Skip to content
Cursor

Tickory MCP for Cursor

io.github.tickory/tickory-mcp

Tickory MCP server for Binance scans, alert events, and explainability.

client:Cursor transport:stdio runtime:npm

Install Tickory MCP in Cursor

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

{
  "mcpServers": {
    "tickory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tickory/mcp"
      ]
    }
  }
}

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

Tickory MCP in other clients