Polyglot Database MCP for Zed
io.github.hyperpolymath/poly-db-mcp
Unified MCP for 20 databases: SurrealDB, ArangoDB, Virtuoso, CouchDB, Cassandra, and more
client:Zed
transport:stdio
runtime:oci
Install Polyglot Database MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"poly-db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-db-mcp:main"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs