Skip to content
Cursor

horus flow mcp for Cursor

io.github.horustechltd/horus-flow-mcp

Institutional crypto & equity orderflow intelligence for AI trading agents.

client:Cursor transport:stdio runtime:pypi

Install horus flow mcp 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": {
    "horus-flow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "horus-flow-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
      }
    }
  }
}

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

horus flow mcp in other clients