io.github.marcelo-ochoa/postgres
Quality Score
83
/100
MCP server for interacting with PostgreSQL databases
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-postgres"
],
"env": {
"POSTGRES_USER": "<postgres_user>",
"POSTGRES_PASSWORD": "<your-postgres_password>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-postgres"
],
"env": {
"POSTGRES_USER": "<postgres_user>",
"POSTGRES_PASSWORD": "<your-postgres_password>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @marcelo-ochoa/server-postgres§02 Environment variables
POSTGRES_USERPostgreSQL user
POSTGRES_PASSWORDsecret
PostgreSQL password
§03 MCP Quality Score · methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…