TypeDB MCP Server
Rank #12,968io.github.typedb/typedb-mcp
Execute TypeQL queries and manage databases and users on a TypeDB server.
TypeDB MCP Server is a Model Context Protocol (MCP) server published by typedb. It ranks #12,968 of 132,046 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. TypeDB MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 119,078 of 132,046 servers on MCP Toplist.
Use TypeDB MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add typedb-mcp -- docker run -i --rm -p 8001:8001 docker.io/typedb/typedb-mcp:1.0.2 --typedb-address[mcp_servers.typedb-mcp]
command = "docker"
args = ["run", "-i", "--rm", "-p", "8001:8001", "docker.io/typedb/typedb-mcp:1.0.2", "--typedb-address"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"typedb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8001:8001",
"docker.io/typedb/typedb-mcp:1.0.2",
"--typedb-address"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"typedb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8001:8001",
"docker.io/typedb/typedb-mcp:1.0.2",
"--typedb-address"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"typedb-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8001:8001",
"docker.io/typedb/typedb-mcp:1.0.2",
"--typedb-address"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"typedb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8001:8001",
"docker.io/typedb/typedb-mcp:1.0.2",
"--typedb-address"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"typedb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8001:8001",
"docker.io/typedb/typedb-mcp:1.0.2",
"--typedb-address"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.typedb%2Ftypedb-mcp)<a href="https://mcptoplist.com/server/io.github.typedb%2Ftypedb-mcp"><img src="https://mcptoplist.com/badge/io.github.typedb%2Ftypedb-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
typedb
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jul 17, 2026 |
Frequently asked questions
- Who maintains TypeDB MCP Server?
- TypeDB MCP Server is maintained by typedb, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is TypeDB MCP Server listed on the Official MCP Registry?
- Yes — TypeDB MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does TypeDB MCP Server have?
- MCP Toplist tracks 1 version of TypeDB MCP Server, most recently published on Jul 17, 2026.
- Where can I find the source code for TypeDB MCP Server?
- The source code for TypeDB MCP Server is hosted at github.com/typedb/typedb-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.