Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

neon-mcp

MCP.Pizza Chef: ZukAi-MCP

neon-mcp is a lightweight MCP server designed to provide Cursor Agents seamless access to the Neon REST API. Built with create-mcp and deployed on Cloudflare Workers, it facilitates secure, real-time interaction with Neon services. This server supports easy installation, local development, and deployment workflows, making it ideal for developers integrating Neon API capabilities into AI agents and workflows.

Use This MCP server To

Enable Cursor Agent to interact with Neon API endpoints Deploy MCP server on Cloudflare Workers for scalable access Securely manage Neon API keys for agent authentication Develop and test Neon API integrations locally Extend MCP server with additional Neon API tools Automate database operations via Neon API through AI agents

README

neon-mcp

This is a lightweight Model Control Protocol (MCP) server bootstrapped with create-mcp and deployed on Cloudflare Workers.

This MCP server allows agents (such as Cursor) to interface with the Neon REST API.

It's still under development, I will be adding more tools as I find myself needing them.

Installation

  1. Run the automated install script to clone this MCP server and deploy it to your Cloudflare account:
bun create mcp --clone https://github.com/zueai/neon-mcp
  1. Open Cursor Settings -> MCP -> Add new MCP server and paste the command that was copied to your clipboard.

  2. Upload your Neon API key to your worker secrets:

bunx wrangler secret put NEON_API_KEY

Local Development

Add your Neon API key to the .dev.vars file:

NEON_API_KEY=<your-neon-api-key>

Deploy Changes

  1. Run the deploy script:
bun run deploy
  1. Reload your Cursor window to use the updated tools.

Available Tools

See src/index.ts for the current list of tools.

Learn More

neon-mcp FAQ

How do I install neon-mcp?
Use the automated install script with bun create mcp to clone and deploy on Cloudflare.
How do I add neon-mcp to Cursor?
Paste the provided command into Cursor Settings under MCP to add the server.
How is the Neon API key managed?
Upload your Neon API key to Cloudflare worker secrets or add it to .dev.vars for local development.
Can I develop neon-mcp locally?
Yes, by adding your Neon API key to the .dev.vars file and running the server locally.
Is neon-mcp scalable?
Yes, it runs on Cloudflare Workers, providing scalable and reliable serverless deployment.
Can I extend neon-mcp with more tools?
Yes, the server is under active development and supports adding new tools as needed.
What agents can use neon-mcp?
Primarily Cursor Agent, but any MCP-compatible agent can interface with it.
What is the underlying technology for neon-mcp?
It is bootstrapped with create-mcp and deployed on Cloudflare Workers.