The io.github.typedb/typedb-mcp MCP server executes TypeQL queries and manages databases and users on a TypeDB server. Its purpose is to provide protocol-accessible operations for interacting with TypeDB, based on the server’s stated capability to run TypeQL and handle database and user administration.
🛠️ Key Features
- Execute TypeQL queries
- Manage databases on a TypeDB server
- Manage users on a TypeDB server
🚀 Use Cases
- Running TypeQL queries against TypeDB
- Creating, updating, or otherwise managing databases
- Performing user management tasks in TypeDB
⚡ Developer Benefits
- Centralizes TypeQL execution and TypeDB database/user management
- Supports developer workflows that interact with TypeDB through MCP
⚠️ Limitations
- Available details only describe TypeQL execution and database/user management; no further capabilities are specified