PostgreSQL with GitHub OAuth
MCP Serverby coleam00 · Added 5mo ago
Claude
290
Install
git clone https://github.com/coleam00/remote-mcp-server-with-authAdd to Claude
claude mcp add coleam00-remote-mcp-server-with-authQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"postgresql-with-github-oauth": {
"command": "npx",
"args": [
"@modelcontextprotocol/postgresql-with-github-oauth"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Provides secure PostgreSQL database access with GitHub OAuth authentication, enabling read-only operations for all authenticated users while restricting write operations to allowlisted GitHub usernames through role-based access control.
Tags
Databasesmcp-serverdatabase