← Back to Plugins
MCP Server MCP

io.github.cybeleri/database-admin

github By github 👁 1 views ▲ 0 votes

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "database-admin-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection string (e.g., postgresql://user:pass@host:5432/db)",
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...