Database Admin runs on your own machine — the client starts it, so there is no endpoint to ping. 23 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.
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"
}
}
}
Answers built from our own checks of this server.