Skip to content
Zed

TypeDB for Zed

io.github.typedb/typedb-mcp

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

client:Zed transport:stdio runtime:oci

Install TypeDB in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

TypeDB in other clients