Loading MCP server directory, please wait...
Execute TypeQL queries and manage databases and users on a TypeDB server.
npx @getmcp/cli add io.github.typedb/typedb-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.typedb/typedb-mcp": {
"command": "docker",
"args": [
"8001:8001",
"run",
"-i",
"--rm",
"docker.io/typedb/typedb-mcp:1.0.2"
]
}
}
}