Query and explore PostgreSQL databases through MCP. Supports SQL queries, schema inspection, table listing, and relationship analysis. Give your AI agent direct database access with 34k+ installs/week.
Install via CLI
mog install mogteam/mcp-postgresManual config
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://localhost/mydb"
]
}
}
}Or run mog install to configure automatically. MCP docs
Query and explore PostgreSQL databases through MCP. Supports SQL queries, schema inspection, table listing, and relationship analysis. Give your AI agent direct database access with 34k+ installs/week.
mog install mogteam/mcp-postgres
Replace
postgresql://localhost/mydbwith your actual database connection string.
postgresql database sql queries mcp
Sourced from Anthropic (official MCP) — ⭐ 79,365 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Anthropic (official MCP)
github.com/modelcontextprotocol/serversThis package is sourced from the above repository and distributed on mog under its original license.
Releases