hood mcp for Zed
io.github.nirholas/hood-mcp
Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches
client:Zed
transport:stdio
runtime:npm
Install hood mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hood-mcp": {
"command": "npx",
"args": [
"-y",
"hood-mcp"
],
"env": {
"HOOD_MCP_NETWORK": "<HOOD_MCP_NETWORK>",
"ALCHEMY_KEY": "<ALCHEMY_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs