Postgres
Freeby MCP Community
MCP Server for PostgreSQL integration with Claude Code - Query, Monitor, and Analyze
v1.0.1Added Apr 12, 2026
mcppostgrespostgresqlclaudeanthropic
Postgres MCP Server
MCP Server for PostgreSQL integration with Claude Code - Query, Monitor, and Analyze
Installation
Reviews
Installation
Quick install
npx -y @fabriciofs/mcp-postgres
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@fabriciofs/mcp-postgres"]
}
}
}