neon-mcp
@zueai-mcp
关于 neon-mcp
Lightweight MCP server to give your Cursor Agent access to the Neon API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"neon-mcp-zueai-mcp": {
"command": "bun",
"args": [
"create",
"mcp",
"--clone",
"https://github.com/zueai/neon-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is neon-mcp?
neon-mcp is a lightweight Model Context Protocol (MCP) server that lets AI agents (such as Cursor) interface with the Neon REST API. It is bootstrapped with create-mcp and deployed on Cloudflare Workers.
How to use neon-mcp?
Install the server via bun create mcp --clone https://github.com/zueai/neon-mcp, then add it as a new MCP server in Cursor Settings. Upload your Neon API key as a Cloudflare Worker secret using bunx wrangler secret put NEON_API_KEY. Deploy changes with bun run deploy and reload Cursor to access the tools.
Key features of neon-mcp
- Deployed serverlessly on Cloudflare Workers.
- Provides tools to interact with the Neon REST API.
- Designed for use with Cursor and other MCP-compatible agents.
- Simple installation and deployment via bun and wrangler.
- Tools are defined in a single
src/index.tsfile. - Actively under development, with more tools planned.
Use cases of neon-mcp
- Query and manage Neon databases directly from an AI coding assistant.
- Automate database project creation and configuration via API calls.
- Integrate Neon operations into Cursor’s agent-driven workflows.
FAQ from neon-mcp
What prerequisites do I need to run neon-mcp?
You need a Neon API key and a Cloudflare account. The API key is stored as a Worker secret.
How do I add or modify Neon tools?
Edit the tool definitions in src/index.ts, then redeploy using bun run deploy and reload Cursor.
Where is neon-mcp hosted?
It is deployed on Cloudflare Workers via the create-mcp and workers-mcp toolchain.
Is neon-mcp production-ready?
No. The README states the server is still under development and only includes tools the author has needed so far.
数据库 分类下的更多 MCP 服务器
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

Sqlite
modelcontextprotocolModel Context Protocol Servers
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
评论