Skip to content
Zed

hailuo mcp for Zed

io.github.runapi-builder/hailuo-mcp

RunAPI MCP server for Hailuo: create tasks, poll status, check pricing.

client:Zed transport:stdio runtime:npm

Install hailuo 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": {
    "hailuo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/hailuo-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

hailuo mcp in other clients