Skip to content
Grok

Nhost for Grok

io.github.nhost/mcp

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

client:Grok transport:stdio runtime:oci

Install Nhost in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Nhost in other clients