neondatabase-labs_mcp-server-neon

neondatabase-labs_mcp-server-neon

0

Neon MCP Server provides a way to manage Postgres databases using natural language through the Model Context Protocol. It supports various operations like project management and database migrations, enhancing interaction with Neon APIs.

Neon MCP Server

Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems. This repository provides an installer and an MCP Server for Neon.

Features

  • Manage Postgres databases using natural language.
  • Supported operations include listing, describing, creating, and deleting projects and branches.
  • Conduct migrations with separate start and commit commands.
  • Tools: list_projects, describe_project, create_project, delete_project, create_branch, describe_branch, get_connection_string, run_sql, run_sql_transaction, describe_table_schema, prepare_database_migration, and complete_database_migration.

Installation and Usage

  • Requires Node.js >= v18.0.0, Claude Desktop, and a Neon API key.
  • Install automatically via Smithery with npx @smithery/cli install neon --client claude.

Development

  • Use MCP CLI Client for iteration.
  • Develop with Claude Desktop by reinstalling after changes.