Governed MCP server exposing a Postgres data warehouse to AI agents — policy-checked, row-capped, and audited SQL access with schema-level PII isolation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-warehouse-server": {
"command": "uvx",
"args": [
"mcp-warehouse-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-warehouse-server uvx mcp-warehouse-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-warehouse-server": {
"command": "uvx",
"args": [
"mcp-warehouse-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-warehouse-server