关于
Postgres Remote facilitates connecting applications like Claude Desktop and Cursor AI to a PostgreSQL database through a remote MCP server hosted on Cloudflare Workers. This allows developers to leverage their PostgreSQL database as a tool within AI-powered workflows and development environments, by deploying the worker and configuring the necessary environment variables, then connecting to it via the specified URL from MCP-compatible clients.
主要功能
- Integrates with Cloudflare AI Playground for remote MCP client access
- Deploys as a Cloudflare Worker for serverless operation
- Supports connections from Cursor AI by editing the mcp.json file
- Supports connections from Claude Desktop via mcp-remote proxy
- 0 GitHub stars
- Connects to PostgreSQL databases using a connection string
使用案例
- Accessing PostgreSQL data and functionality within the Cursor AI development environment
- Providing a remote database connection for AI applications without direct database exposure
- Using a PostgreSQL database as a tool in Claude Desktop for enhanced AI interactions