neón-mcp
Este es un servidor de Protocolo de Control de Modelos (MCP) liviano, iniciado con create-mcp e implementado en Cloudflare Workers.
Este servidor MCP permite que los agentes (como Cursor) interactúen con la API REST de Neon .
Todavía está en desarrollo, agregaré más herramientas a medida que las necesite.
Instalación
- Ejecute el script de instalación automatizada para clonar este servidor MCP e implementarlo en su cuenta de Cloudflare:
- Abra
Cursor Settings -> MCP -> Add new MCP server
y pegue el comando que se copió en su portapapeles. - Sube tu clave API de Neon a tus secretos de trabajador:
Desarrollo local
Agregue su clave API de Neon al archivo .dev.vars
:
Implementar cambios
- Ejecute el script de implementación:
- Recargue la ventana del Cursor para utilizar las herramientas actualizadas.
Herramientas disponibles
Consulte src/index.ts para ver la lista actual de herramientas.
Más información
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.
Un servidor MCP liviano que interactúa con la API REST de Neon, implementable en Cloudflare Workers para una gestión e integración optimizadas de bases de datos.
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