Odel
warehouse mcp

warehouse mcp

Local
@kalehdooJavaScriptApache-2.0Updated 2mo ago

Production MCP server for Postgres, Oracle, Snowflake, BigQuery, Redshift, DuckDB, MotherDuck.

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

npmwarehouse-mcpv0.4.2

Run

npx -y warehouse-mcp

MCP client config

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