Skip to content
Cline

custom mcp database for Cline

io.github.renanlido/custom-mcp-database

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

client:Cline transport:stdio runtime:pypi

Install custom mcp database in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

custom mcp database in other clients