Lightweight MCP server to give your Cursor Agent access to the Neon API
更新时间:2025-03-05 19:21:20
Neon MCP Server is a lightweight Model Control Protocol (MCP) server designed to interface with the Neon API. It is deployed on Cloudflare Workers, providing a scalable and serverless solution for managing data through the Neon API.
To use Neon MCP Server, run the automated setup script to clone the worker and deploy it to your Cloudflare account. Then, upload your Neon API key to your worker secrets for secure access.
- Is Neon MCP Server free to use? - Yes! Neon MCP Server is free to use as it is open-source. - What programming language is used? - The server is developed using TypeScript. - How do I deploy changes? - You can deploy changes by running the command `bun run deploy` after making your updates.