mcp-server-neon

mcp-server-neon

263

Neon MCP Server is an open-source tool that enables natural language interaction with Neon Postgres databases. It simplifies database management and supports users with different technical backgrounds by providing a bridge between conversational commands and the Neon API. This server allows seamless project management, SQL execution, and database migrations using the Model Context Protocol.

list_projects

List all Neon projects

describe_project

Detailed information describing a specific project

create_project

Create a new Neon project

delete_project

Delete the specified Neon project

create_branch

Create a database branch

delete_branch

Delete database branch

describe_branch

Details describing branches

get_connection_string

Get database connection string

run_sql

Execute SQL query

run_sql_transaction

Execute SQL transactions

get_database_tables

Get all tables in the database

describe_table_schema

schema information describing the table

prepare_database_migration

Prepare for database migration

complete_database_migration

Complete database migration

provision_neon_auth

Configure Neon authentication