Custom MCP Database runs on your own machine — the client starts it, so there is no endpoint to ping. 178 installs a week from pypi. Last commit 21 Jun 2026.
Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.
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 custom-mcp-database -- uvx custom-mcp-database
{
"mcpServers": {
"custom-mcp-database": {
"args": [
"custom-mcp-database"
],
"command": "uvx"
}
}
}
[mcp_servers.custom-mcp-database]
command = "uvx"
args = ["custom-mcp-database"]
{
"mcpServers": {
"custom-mcp-database": {
"args": [
"custom-mcp-database"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"custom-mcp-database": {
"args": [
"custom-mcp-database"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.