Odel
DB MCP Server

DB MCP Server

Local
@stucchi2PythonMITUpdated 5mo ago

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdb-mcp-serverv1.2.1

Run

uvx db-mcp-server

MCP client config

{
  "mcpServers": {
    "db-mcp-server": {
      "command": "uvx",
      "args": [
        "db-mcp-server"
      ]
    }
  }
}