neon-mcp
by zueai
A lightweight Model Control Protocol (MCP) server bootstrapped with create-mcp and deployed on Cloudflare Workers. It allows agents like Cursor to interface with the Neon REST API.
Last updated: N/A
What is neon-mcp?
A lightweight Model Control Protocol (MCP) server built to interface with the Neon REST API. It's deployed on Cloudflare Workers for serverless execution.
How to use neon-mcp?
Install using the provided bun create mcp
command. Add the server to Cursor settings. Upload your Neon API key to Cloudflare Worker secrets. Deploy changes using bun run deploy
.
Key features of neon-mcp
Lightweight
Serverless deployment
Neon API integration
MCP compliant
Easy installation
Use cases of neon-mcp
Interfacing Cursor with Neon API
Automating Neon database tasks
Building custom tools for Neon
Creating agents to manage Neon projects
Extending Neon functionality with custom logic
FAQ from neon-mcp
What is MCP?
What is MCP?
Model Control Protocol, a standard for controlling models and agents.
What is create-mcp?
What is create-mcp?
A tool for bootstrapping MCP servers.
What is Cloudflare Workers?
What is Cloudflare Workers?
A serverless platform for deploying code on Cloudflare's edge network.
What is the Neon API?
What is the Neon API?
A REST API for interacting with Neon's database services.
Where can I find the available tools?
Where can I find the available tools?
See the src/index.ts
file in the repository.