Custom MCP Database Server
Rank #19,725io.github.renanlido/custom-mcp-database
Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.
Custom MCP Database Server is a Model Context Protocol (MCP) server published by renanlido. It ranks #19,725 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Custom MCP Database Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 7 tracked versions. It was first listed on Jul 10, 2025 and most recently updated on Jun 20, 2026.
Ranks ahead of 112,321 of 132,046 servers on MCP Toplist.
Use Custom MCP Database Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add custom-mcp-database -- uvx custom-mcp-database[mcp_servers.custom-mcp-database]
command = "uvx"
args = ["custom-mcp-database"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"custom-mcp-database": {
"type": "stdio",
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.renanlido%2Fcustom-mcp-database)<a href="https://mcptoplist.com/server/io.github.renanlido%2Fcustom-mcp-database"><img src="https://mcptoplist.com/badge/io.github.renanlido%2Fcustom-mcp-database.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
renanlido
Available versions (7)
| Version | Published |
|---|---|
| 0.6.2 | Jun 20, 2026 |
| 0.6.1 | Jun 20, 2026 |
| 0.6.0 | Jun 20, 2026 |
| 0.5.1 | Jun 20, 2026 |
| 0.5.0 | Jun 20, 2026 |
| 0.4.0 | Jun 20, 2026 |
| 0.3.2 | Jun 20, 2026 |
Frequently asked questions
- Who maintains Custom MCP Database Server?
- Custom MCP Database Server is maintained by renanlido, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Custom MCP Database Server listed on the Official MCP Registry?
- Yes — Custom MCP Database Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Custom MCP Database Server have?
- MCP Toplist tracks 7 versions of Custom MCP Database Server, most recently published on Jun 20, 2026.
- Where can I find the source code for Custom MCP Database Server?
- The source code for Custom MCP Database Server is hosted at github.com/renanlido/custom-mcp-database.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.