neondatabase_mcp-server-neon

neondatabase_mcp-server-neon

3.1

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

  1. list_projects

    List all Neon projects

  2. describe_project

    Detailed information describing a specific project

  3. create_project

    Create a new project

  4. delete_project

    Delete the project

  5. create_branch

    Create a new branch

  6. delete_branch

    Delete a branch

  7. describe_branch

    Details describing branches

  8. run_sql

    Run SQL Query

  9. run_sql_transaction

    Run SQL transactions

  10. get_database_tables

    Get database table information

  11. describe_table_schema

    Describe the structure of the table

  12. prepare_database_migration

    Prepare for database migration

  13. complete_database_migration

    Complete database migration