Skip to content

custom mcp database for Zed

io.github.renanlido/custom-mcp-database

Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.

client:Zed transport:stdio runtime:pypi

Install custom mcp database in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "custom-mcp-database": {
      "command": "uvx",
      "args": [
        "custom-mcp-database"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

custom mcp database in other clients