Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.
claude mcp add custom-mcp-database -- uvx custom-mcp-database
claude_desktop_config.json
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"custom-mcp-database": {
"type": "stdio",
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.renanlido--custom-mcp-database/reviews or the review_server meta-tool.
POST /mcp