Skip to content
Zed

Nhost for Zed

io.github.nhost/mcp

Let your users work with their own data through an AI assistant, limited to what they can see.

client:Zed transport:stdio runtime:oci

Install Nhost 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": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/nhost/mcp:0.3.0"
      ],
      "env": {
        "MCP_GRAPHQL_ENDPOINT": "<MCP_GRAPHQL_ENDPOINT>",
        "MCP_AUTH_URL": "<MCP_AUTH_URL>"
      }
    }
  }
}

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

Nhost in other clients