MCP HubMCP Hub
zueai

neon-mcp

by: zueai

Lightweight MCP server to give your Cursor Agent access to the Neon API

6created 22/02/2025
Visit
Lightweight
Neon

📌Overview

Purpose: To provide a lightweight Model Control Protocol (MCP) server that facilitates integration with the Neon REST API for agents like Cursor.

Overview: The neon-mcp server is designed as a streamlined solution for developers to quickly set up a server environment enabling integration with the Neon API through the MCP framework. It utilizes Cloudflare Workers for deployment, ensuring a robust and easily accessible service.

Key Features:

  • Lightweight MCP Server: Built using the create-mcp tool, this server offers a minimalistic approach to implementing the Model Control Protocol, making it straightforward to set up and manage.

  • Seamless Neo REST API Integration: The server enables direct interfacing with the Neon REST API, allowing agents such as Cursor to utilize Neon capabilities efficiently, thereby enhancing their functionality and performance.


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, and more tools will be added as needed.

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