Loading MCP server directory, please wait...
PostgreSQL DBA tools over MCP, scoped to one database and one schema.
npx @getmcp/cli add io.github.devops-infinity/ownpgRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.devops-infinity/ownpg": {
"command": "ownpg",
"args": [
"read-only",
"public"
],
"env": {
"OWNPG_HOST": "",
"OWNPG_PORT": "5432",
"OWNPG_USER": "",
"OWNPG_PASSWORD": ""
}
}
}
}