PostgreSQL with GitHub OAuth

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.

Featured
View Source
189 stars
0 tools
Created Aug 2025
@coleam00/coleam00-postgresql-with-github-oauth-remote-mcp-server-with-auth

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.

Categories

general

Installation

npm

npm install @coleam00/coleam00-postgresql-with-github-oauth-remote-mcp-server-with-auth

Configuration

{ "mcpServers": { "coleam00-postgresql-with-github-oauth-remote-mcp-server-with-auth": { "command": "npx", "args": [ "-y", "@coleam00/coleam00-postgresql-with-github-oauth-remote-mcp-server-with-auth" ] } } }