Warehouse MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 19 Jun 2026.
Production MCP server for Postgres, Oracle, Snowflake, BigQuery, Redshift, DuckDB, MotherDuck.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add warehouse-mcp -- npx -y warehouse-mcp
{
"mcpServers": {
"warehouse-mcp": {
"args": [
"-y",
"warehouse-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.warehouse-mcp]
command = "npx"
args = ["-y", "warehouse-mcp"]
{
"mcpServers": {
"warehouse-mcp": {
"args": [
"-y",
"warehouse-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"warehouse-mcp": {
"args": [
"-y",
"warehouse-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.