Token导航 LogoToken导航TokenDH.com
NE
数据服务HTTP官方级别未说明来源级核验

Neon (verified)

MCP Server

Manage PostgreSQL projects, branches, and databases with integrated administrative controls. Execute SQL queries, perform safe schema migrations using temporary branches, and optimize performance thr…

工具数

公开资料未说明
JavaScriptSession认证HTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:36

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add neon

详细介绍

Neon (verified)

Manage PostgreSQL projects, branches, and databases with integrated administrative controls. Execute SQL queries, perform safe schema migrations using temporary branches, and optimize performance thr…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add neon

# Browse available tools
npx -y smithery tool list neon

# Get full schema for a tool
npx -y smithery tool get neon list_projects

# Call a tool
npx -y smithery tool call neon list_projects '{}'

Direct MCP Connection

Endpoint: https://neon.run.tools

Tools (28)

  • list_projects — Lists the first 10 Neon projects in your account. If you can't find the project, increase the limit by passing a higher…
  • list_organizations — Lists all organizations that the current user has access to. Optionally filter by organization name or ID using the `se…
  • list_shared_projects — Lists projects that have been shared with the current user. These are projects that the user has been granted access to…
  • create_project — Create a new Neon project. If someone is trying to create a database, use this tool.
  • delete_project — Delete a Neon project
  • describe_project — Describes a Neon project
  • run_sql
  • run_sql_transaction
  • describe_table_schema — Describe the schema of a table in a Neon database
  • get_database_tables — Get all tables in a Neon database
  • create_branch — Create a branch in a Neon project
  • prepare_database_migration
  • complete_database_migration — Complete a database migration by applying changes to the main branch and cleaning up the temporary branch.
  • describe_branch — Get a tree view of all objects in a branch, including databases, schemas, tables, views, and functions
  • delete_branch — Delete a branch from a Neon project
  • reset_from_parent — Resets a branch to match its parent's current state, effectively discarding all changes made on the branch. To avoid da…
  • get_connection_string — Get a PostgreSQL connection string for a Neon database with all parameters being optional
  • provision_neon_auth
  • provision_neon_data_api
  • explain_sql_statement — Describe the PostgreSQL query execution plan for a query of SQL statement by running EXPLAIN (ANAYLZE...) in the databa…
  • prepare_query_tuning
  • complete_query_tuning — Complete a query tuning session by either applying the changes to the main branch or discarding them.
  • list_slow_queries
  • list_branch_computes — Lists compute endpoints for a project or specific branch
  • compare_database_schema
  • search — Searches across all user organizations, projects, and branches that match the query. Returns a list of objects with id,…
  • fetch — Fetches detailed information about a specific organization, project, or branch using the ID returned by the search tool…
  • load_resource
# Get full input/output schema for a tool
npx -y smithery tool get neon 

Resources

  • https://github.com/neondatabase-labs/ai-rules/blob/main/neon-auth.mdc — Neon Auth usage instructions
  • https://github.com/neondatabase-labs/ai-rules/blob/main/neon-serverless.mdc — Neon Serverless usage instructions
  • https://github.com/neondatabase-labs/ai-rules/blob/main/neon-drizzle.mdc — Neon Drizzle usage instructions
  • https://github.com/neondatabase-labs/ai-rules/blob/main/neon-get-started.mdc — Neon getting started guide
  • https://github.com/neondatabase-labs/ai-rules/blob/main/neon-js.mdc — Neon JS SDK usage instructions

Prompts (1)

  • setup-neon-auth (projectId, branchId, databaseName) — Interactive guide for setting up Neon Auth in a Vite+React project. Walks through provisioning, package installation, c…

目录标签

目录标签

JavaScriptSession认证HTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

session

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPsession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP