Odel
MCP DB Connect

MCP DB Connect

Local
@phatngoit1TypeScriptMITUpdated 1mo ago

MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.

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).

npmmcp-db-connectv0.1.21

Run

npx -y mcp-db-connect

MCP client config

{
  "mcpServers": {
    "mcp-db-connect": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-db-connect"
      ]
    }
  }
}
npmmcp-db-connectv0.1.21

Run

npx -y mcp-db-connect

MCP client config

{
  "mcpServers": {
    "mcp-db-connect": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-db-connect"
      ]
    }
  }
}