Odel
database mcp

database mcp

Local
@cocaxcode2TypeScriptMITUpdated 1w ago

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

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

npm@cocaxcode/database-mcpv0.1.14

Run

npx -y @cocaxcode/database-mcp

MCP client config

{
  "mcpServers": {
    "database-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/database-mcp"
      ]
    }
  }
}