PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management
claude mcp add postgres -- npx -y @itunified.io/mcp-postgres
claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"postgres": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-postgres"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.itunified-io--postgres/reviews or the review_server meta-tool.
POST /mcp