Database Admin runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm.
Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add database-admin -- npx -y database-admin-mcp
{
"mcpServers": {
"database-admin": {
"args": [
"-y",
"database-admin-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.database-admin]
command = "npx"
args = ["-y", "database-admin-mcp"]
{
"mcpServers": {
"database-admin": {
"args": [
"-y",
"database-admin-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"database-admin": {
"args": [
"-y",
"database-admin-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DATABASE_URL (PostgreSQL connection string (e.g., postgresql://user:pass@host:5432/db)).
The author declared them in the registry entry; get the values from the project itself.
Python MCP server for PostgreSQL database inspection and querying
Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.
Python MCP server for MySQL database inspection and querying
PostgreSQL MCP — query databases, inspect schemas, explain queries.
Connect to your PostgreSQL database to query data and schemas.
PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants
MCP server for querying PostgreSQL databases
Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse
Answers built from our own checks of this server.