neon-pg-mcp-server
If you are the rightful owner of neon-pg-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides secure access to Neon PostgreSQL databases, enabling AI assistants like Claude to interact with your database through standardized tools.
The Neon PostgreSQL MCP Server is designed to facilitate secure and efficient interactions between AI assistants and Neon PostgreSQL databases. By implementing the Model Context Protocol, this server allows AI tools to perform a variety of database operations such as querying data, modifying records, and retrieving schema information. The server supports multiple implementations, including modern ES modules, CommonJS, and TypeScript, catering to different development preferences. With a focus on security, the server ensures SSL/TLS encrypted connections and employs connection pooling for optimal performance. It also emphasizes type safety and comprehensive error handling to provide a robust and reliable interface for database interactions.
Features
- Secure Connection: SSL/TLS encrypted connections to Neon PostgreSQL
- Connection Pooling: Efficient database connection management
- Type Safety: Input validation for all operations
- Error Handling: Comprehensive error handling with meaningful messages
- MCP Compliance: Full implementation of the Model Context Protocol specification
Tools
Query Tool
Execute SELECT queries to retrieve data from your database.
Execute Tool
Execute SQL statements that modify data (INSERT, UPDATE, DELETE).
Get Tables Tool
List all tables in the public schema of your database.
Describe Table Tool
Get detailed structure information about a specific table.