horus flow mcp for VS Code
io.github.horustechltd/horus-flow-mcp
Institutional crypto & equity orderflow intelligence for AI trading agents.
client:VS Code
transport:stdio
runtime:pypi
Install horus flow mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rapidapi-key",
"description": "RAPIDAPI_KEY",
"password": true
}
],
"servers": {
"horus-flow-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"horus-flow-mcp"
],
"env": {
"RAPIDAPI_KEY": "${input:rapidapi-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs