ネオン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 -13TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that allows using natural language to manage Cloudflare resources (Workers, KV, R2, D1) through Claude Desktop, VSCode, and other MCP clients.Last updated -85TypeScriptApache 2.0
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3928
- -securityAlicense-qualityA lightweight MCP server that enables database access and querying through ODBC connections, with special support for Virtuoso DBMS features like SPARQL and AI assistance through natural language.Last updated -1PythonMIT License