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