Skip to content

database universal mcp for Zed

io.github.csoai-org/database-universal-mcp

Database Universal MCP Server by MEOK AI Labs

client:Zed transport:stdio runtime:pypi

Install database universal mcp in Zed

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

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

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

database universal mcp in other clients