TypeDB for Cursor
io.github.typedb/typedb-mcp
Execute TypeQL queries and manage databases and users on a TypeDB server.
client:Cursor
transport:stdio
runtime:oci
Install TypeDB in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"typedb-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/typedb/typedb-mcp:1.0.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs