Cloudflare Remote PostgreSQL MCP Server

$npx @makaveli006/mcp-sentry
README.md

Interact with PostgreSQL databases via natural language on Cloudflare Workers.

A production-ready MCP server that enables users to interact with PostgreSQL databases via natural language on Cloudflare Workers. It features GitHub OAuth for role-based access control, allowing for secure schema discovery, data querying, and write operations.

Environment Variables

DATABASE_URLrequiredPostgreSQL connection string
GITHUB_CLIENT_IDrequiredOAuth client ID for role-based access control
GITHUB_CLIENT_SECRETrequiredOAuth client secret for role-based access control

Configuration

claude_desktop_config.json
{"mcpServers":{"mcp-sentry":{"command":"npx","args":["-y","@makaveli006/mcp-sentry"],"env":{"DATABASE_URL":"your_postgresql_url","GITHUB_CLIENT_ID":"your_id","GITHUB_CLIENT_SECRET":"your_secret"}}}}

Try it

Show me the schema for my PostgreSQL database.
Run a query to find the top 10 users by sign-up date.
Add a new column called 'status' to the orders table.
List all tables in the current database schema.
Update the email address for user ID 501.

Frequently Asked Questions

How do I install Cloudflare Remote PostgreSQL MCP Server?

Install Cloudflare Remote PostgreSQL MCP Server by running: npx @makaveli006/mcp-sentry

What MCP clients work with Cloudflare Remote PostgreSQL MCP Server?

Cloudflare Remote PostgreSQL MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Cloudflare Remote PostgreSQL MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free