Skip to content
Grok

TypeDB for Grok

io.github.typedb/typedb-mcp

Execute TypeQL queries and manage databases and users on a TypeDB server.

client:Grok transport:stdio runtime:oci

Install TypeDB in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "typedb-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/typedb/typedb-mcp:1.0.2"
      ]
    }
  }
}

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

TypeDB in other clients