ネオンMCP
これは、create-mcpでブートストラップされ、Cloudflare Workers にデプロイされた軽量の Model Control Protocol (MCP) サーバーです。
この MCP サーバーにより、エージェント (Cursor など) がNeon REST APIとインターフェースできるようになります。
まだ開発中なので、必要に応じてツールを追加していく予定です。
インストール
- 自動インストール スクリプトを実行してこの MCP サーバーのクローンを作成し、Cloudflare アカウントにデプロイします。
Cursor Settings -> MCP -> Add new MCP server
を開き、クリップボードにコピーされたコマンドを貼り付けます。- Neon API キーをワーカー シークレットにアップロードします。
地域開発
Neon API キーを.dev.vars
ファイルに追加します。
変更を展開する
- デプロイ スクリプトを実行します。
- 更新されたツールを使用するには、カーソル ウィンドウを再読み込みします。
利用可能なツール
現在のツールのリストについては、src/index.ts を参照してください。
もっと詳しく知る
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Neon REST API と対話する軽量の MCP サーバー。Cloudflare Workers にデプロイして、データベースの管理と統合を合理化できます。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA lightweight MCP server for managing DNS records, purging cache, and interacting with the Cloudflare API through natural language commands.Last updated -21TypeScriptMIT License
- -securityAlicense-qualityA lightweight MCP server that enables agents to interface with Cloudflare's REST API, allowing management of DNS records and other Cloudflare services.Last updated -616GPL 2.0
- -securityFlicense-qualityA lightweight Model Control Protocol server that allows agents like Cursor to interface with the Neon database REST API through Cloudflare Workers.Last updated -519JavaScript
- -securityFlicense-qualityA deployable authentication-free MCP (Model Context Protocol) server on Cloudflare Workers that allows you to add custom tools and connect to AI clients like Claude Desktop or Cloudflare AI Playground.Last updated -TypeScript