MCP DB Connect for Zed
io.github.phatngoit/mcp-db-connect
MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.
client:Zed
transport:stdio
runtime:npm
Install MCP DB Connect in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-db-connect": {
"command": "npx",
"args": [
"-y",
"mcp-db-connect"
],
"env": {
"MCP_DB_CONFIG": "<MCP_DB_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs