Neon MCP Server

by fefergrgrgrg
Integrations
  • 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 .

Он все еще находится в стадии разработки, я буду добавлять больше инструментов по мере необходимости.

Установка

  1. Запустите скрипт автоматической установки, чтобы клонировать этот сервер MCP и развернуть его в своей учетной записи Cloudflare:
bun create mcp --clone https://github.com/zueai/neon-mcp
  1. Откройте Cursor Settings -> MCP -> Add new MCP server и вставьте скопированную в буфер обмена команду.
  2. Загрузите свой ключ API Neon в ваши рабочие секреты:
bunx wrangler secret put NEON_API_KEY

Местное развитие

Добавьте свой ключ API Neon в файл .dev.vars :

NEON_API_KEY=<your-neon-api-key>

Развертывание изменений

  1. Запустите скрипт развертывания:
bun run deploy
  1. Перезагрузите окно курсора, чтобы использовать обновленные инструменты.

Доступные инструменты

Актуальный список инструментов смотрите в src/index.ts .

Узнать больше

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Установка
    1. Местное развитие
      1. Развертывание изменений
        1. Доступные инструменты
          1. Узнать больше

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A lightweight MCP server that interacts with the Neon REST API, deployable on Cloudflare Workers for streamlined database management and integration.
              Last updated -
              5
              TypeScript
              MIT License
            • -
              security
              -
              license
              -
              quality
              An 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
            • -
              security
              F
              license
              -
              quality
              A 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 -
              2
              Python
            • -
              security
              A
              license
              -
              quality
              A 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 -
              62
              2
              TypeScript
              MIT License

            View all related MCP servers

            ID: 9w6gtc00yb