Skip to content
Claude Desktop

custom mcp database for Claude Desktop

io.github.renanlido/custom-mcp-database

Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.

client:Claude Desktop transport:stdio runtime:pypi

Install custom mcp database in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "custom-mcp-database": {
      "command": "uvx",
      "args": [
        "custom-mcp-database"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

custom mcp database in other clients