Skip to content
Windsurf

TypeDB for Windsurf

io.github.typedb/typedb-mcp

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

client:Windsurf transport:stdio runtime:oci

Install TypeDB in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

TypeDB in other clients