REST API for any Postgres database
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"postgrest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgrest"
]
}
}
}