MCP ExplorerExplorer

Neon Mcp

@amxvon a year ago
7 MIT
FreeCommunity
AI Systems
# Lightweight MCP Server A lightweight MCP server that allows your cursor proxy to access the Neon API.

Overview

What is Neon Mcp

neon-mcp is a lightweight Model Control Protocol (MCP) server that enables Cursor Agents to access the Neon API. It is built using create-mcp and deployed on Cloudflare Workers.

Use cases

Use cases for neon-mcp include developing applications that require real-time data access from the Neon API, creating tools for data visualization, and enhancing user interactions within Cursor-based environments.

How to use

To use neon-mcp, run the automated install script to clone the server and deploy it to your Cloudflare account. Then, add the MCP server in Cursor Settings and upload your Neon API key to the worker secrets.

Key features

Key features of neon-mcp include lightweight deployment on Cloudflare Workers, easy integration with the Neon REST API, and a straightforward installation process using automated scripts.

Where to use

neon-mcp can be used in various fields where integration with the Neon API is required, particularly in applications that utilize Cursor Agents for enhanced functionality.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers