neondatabase_mcp-server-neon

neondatabase_mcp-server-neon

0

The Neon MCP Server allows users to use natural language through Claude Desktop to interact with Neon databases. It supports various database operations and migration management, making it easier to manage and modify database schemas over time.

Neon MCP Server

This project provides a Model Context Protocol (MCP) Server specifically for Neon, allowing interaction with Neon and managing databases using natural language and any MCP Client, like Claude Desktop. Users can create and manage Postgres databases and tables, run migrations, and summarize projects using natural queries.

Features

  • Manage projects and branches: list_projects, describe_project, create_project, delete_project, create_branch, delete_branch, describe_branch.
  • Database operations: run_sql, run_sql_transaction, get_database_tables, describe_table_schema.
  • Migrate database schemas with start and commit commands, enabling safe testing before committing changes.

Requirements

  • Node.js >= v18.0.0
  • Claude Desktop
  • Neon API Key

How to Use Locally

  1. Run the init command with your NEON_API_KEY.
  2. Restart Claude Desktop.
  3. Execute natural language commands to manage Neon projects.