Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

hood mcp in other clients