neondatabase_mcp-server-neon
If you are the rightful owner of neondatabase_mcp-server-neon 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.
Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems.
The Neon MCP Server is designed to facilitate seamless interaction between large language models (LLMs) and the Neon platform, a cloud-native Postgres database service. By leveraging the Model Context Protocol (MCP), this server allows users to perform complex database operations using natural language commands. The server supports a variety of operations such as creating databases, running migrations, and summarizing project data. It is particularly useful for users of Claude Desktop or any MCP Client, enabling them to manage their Neon databases efficiently. The server is easy to install via Smithery and requires Node.js, Claude Desktop, and a Neon API key for operation.
Features
- Natural language database management
- Supports complex database operations
- Easy installation via Smithery
- Integration with Claude Desktop
- Safe database migrations with LLMs
Tools
list_projects
List all Neon projects
describe_project
Detailed information describing a specific project
create_project
Create a new project
delete_project
Delete the project
create_branch
Create a new branch
delete_branch
Delete a branch
describe_branch
Details describing branches
run_sql
Run SQL Query
run_sql_transaction
Run SQL transactions
get_database_tables
Get database table information
describe_table_schema
Describe the structure of the table
prepare_database_migration
Prepare for database migration
complete_database_migration
Complete database migration