horus flow mcp for Zed
io.github.horustechltd/horus-flow-mcp
Institutional crypto & equity orderflow intelligence for AI trading agents.
client:Zed
transport:stdio
runtime:pypi
Install horus flow mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"horus-flow-mcp": {
"command": "uvx",
"args": [
"horus-flow-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs