Skip to content
Grok

horus flow mcp for Grok

io.github.horustechltd/horus-flow-mcp

Institutional crypto & equity orderflow intelligence for AI trading agents.

client:Grok transport:stdio runtime:pypi

Install horus flow mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

horus flow mcp in other clients