Remote MCP server for PostgreSQL with GitHub OAuth integration. Provides secure access to PostgreSQL databases via MCP. Connects to GitHub for authentication. Developers use it to build AI agents that interact with PostgreSQL data securely.
Remote MCP server for PostgreSQL with GitHub OAuth integration. Provides secure access to PostgreSQL databases via MCP. Connects to GitHub for authentication. Developers use it to build AI agents that interact with PostgreSQL data securely.
npx -y remote-mcp-github-oauthAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"coleam00-remote-mcp-server-with-auth-github": {
"command": "npx",
"args": [
"-y",
"npx -y remote-mcp-github-oauth"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from remote with auth?"
API Key Required
This server requires an API key from remote with auth. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| REMOTE_WITH_AUTH_API_KEY | Yes | Your remote with auth API key |
"What resources are available in remote with auth?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in remote with auth"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in remote with auth with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.