TypeDB for Claude Desktop
io.github.typedb/typedb-mcp
Execute TypeQL queries and manage databases and users on a TypeDB server.
client:Claude Desktop
transport:stdio
runtime:oci
Install TypeDB in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"typedb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/typedb/typedb-mcp:1.0.2"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs