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.
「データベース」の他のコンテンツ
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
コメント