Used as a JavaScript runtime for creating, developing, and deploying the MCP server
Hosts the MCP server through Cloudflare Workers platform, with support for secrets management
Deploys and hosts the MCP server, allowing it to run serverless functions at the network edge
неон-mcp
Это облегченный сервер протокола управления моделью (MCP), загружаемый с помощью create-mcp и развернутый на Cloudflare Workers.
Этот сервер MCP позволяет агентам (таким как Cursor) взаимодействовать с Neon REST API .
Он все еще находится в стадии разработки, я буду добавлять больше инструментов по мере необходимости.
Установка
- Запустите скрипт автоматической установки, чтобы клонировать этот сервер MCP и развернуть его в своей учетной записи Cloudflare:
- Откройте
Cursor Settings -> MCP -> Add new MCP server
и вставьте скопированную в буфер обмена команду. - Загрузите свой ключ API Neon в ваши рабочие секреты:
Местное развитие
Добавьте свой ключ API Neon в файл .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.
Облегченный сервер протокола управления моделью, который позволяет агентам, таким как Cursor, взаимодействовать с REST API базы данных Neon через Cloudflare Workers.
Related MCP Servers
- -securityAlicense-qualityA lightweight MCP server that interacts with the Neon REST API, deployable on Cloudflare Workers for streamlined database management and integration.Last updated -5TypeScriptMIT License
- -security-license-qualityAn open standard server implementation that enables AI assistants to directly access APIs and services through Model Context Protocol, built using Cloudflare Workers for scalability.Last updated -TypeScript
- -securityFlicense-qualityA Model Control Protocol server that enables AI assistants to interact with Metabase databases, allowing models to explore database schemas, retrieve metadata, visualize relationships, and execute actions.Last updated -2Python
- -securityAlicense-qualityA CLI tool that sets up a Model Control Protocol server and deploys it to Cloudflare Workers, allowing you to quickly create custom tools for your Cursor Agent just by writing TypeScript functions.Last updated -622TypeScriptMIT License