neon-mcp
by amxv
A lightweight Model Control Protocol (MCP) server bootstrapped with create-mcp and deployed on Cloudflare Workers. It allows agents to interface with the Neon REST API.
Last updated: N/A
What is neon-mcp?
This is a Model Control Protocol (MCP) server designed to facilitate communication between agents (like Cursor) and the Neon REST API. It is built using create-mcp and deployed on Cloudflare Workers for serverless execution.
How to use neon-mcp?
To use this server: 1) Run the install script. 2) Add the MCP server to Cursor settings. 3) Upload your Neon API key to Cloudflare Worker secrets. 4) Deploy changes using the deploy script and reload Cursor.
Key features of neon-mcp
Lightweight
Cloudflare Workers deployment
Neon API integration
Automated installation script
Local development support
Use cases of neon-mcp
Interfacing Cursor with Neon API
Automating Neon API interactions
Building custom tools for Neon
Creating serverless applications using Neon
FAQ from neon-mcp
What is MCP?
What is MCP?
MCP stands for Model Control Protocol. It provides a standardized way for agents to interact with models and APIs.
What is Neon API?
What is Neon API?
Neon API is a REST API provided by Neon, a serverless Postgres platform.
What is create-mcp?
What is create-mcp?
create-mcp is a tool for bootstrapping MCP servers.
Why Cloudflare Workers?
Why Cloudflare Workers?
Cloudflare Workers provide a serverless environment for running the MCP server.
Where can I find the available tools?
Where can I find the available tools?
See src/index.ts for the current list of tools.