Polyglot Database MCP for VS Code
io.github.hyperpolymath/poly-db-mcp
Unified MCP for 20 databases: SurrealDB, ArangoDB, Virtuoso, CouchDB, Cassandra, and more
client:VS Code
transport:stdio
runtime:oci
Install Polyglot Database MCP in VS Code
.vscode/mcp.json
{
"servers": {
"poly-db-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-db-mcp:main"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs