enhanced-postgres-mcp-server

MCPcommunity
v1.0.1Gareth CottrellMITUpdated 11mo agonpm

Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.

一个模型上下文协议服务器,提供对PostgreSQL数据库的读写访问。该服务器使LLM能够检查数据库模式、执行查询、修改数据以及创建/修改数据库模式对象。 > 注意: 这是Anthropic原始PostgreSQL MCP服务器的增强版本。原始服务器仅提供只读访问,而此增强版本添加了写入功能和模式管理。 - query - 对连接的数据库执行只读SQL查询 - 输入:sql(字符串):要执行的SQL查询 - 所有查询都在只读事务中执行 - execute - 执行修改数据的SQL语句(INSERT、UPDATE、DELETE) - 输入:sql(字符串):要执行的SQL语句 - 在具有适当COMMIT/ROLLBACK处理的事务中执行 - insert - 向表中插入新记录 - 输入: …

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
11mo agoLast update
Package
AuthorGareth Cottrell
LicenseMIT
Version1.0.1
Sourcenpm
Trust Status
B
60/100Good
Listed in Forge index+10/10
Publisher identity verified+0/25
Publisher: run `forge publish` from the package repo to claim ownership
Ed25519 publish signature+0/10
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
CVE scan · clean+30/30
Static analysis · clean+20/20
npm provenance (Sigstore)+0/5
Publish from GitHub Actions with the --provenance flag
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain
Provenance
DependenciesNot audited
Tool surface
Security scan✓ Cleanv1.0.1 · 1mo ago
EvalsNone
IndexedMay 24, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.

About

一个模型上下文协议服务器,提供对PostgreSQL数据库的读写访问。该服务器使LLM能够检查数据库模式、执行查询、修改数据以及创建/修改数据库模式对象。 > 注意: 这是Anthropic原始PostgreSQL MCP服务器的增强版本。原始服务器仅提供只读访问,而此增强版本添加了写入功能和模式管理。 - query - 对连接的数据库执行只读SQL查询 - 输入:sql(字符串):要执行的SQL查询 - 所有查询都在只读事务中执行 - execute - 执行修改数据的SQL语句(INSERT、UPDATE、DELETE) - 输入:sql(字符串):要执行的SQL语句 - 在具有适当COMMIT/ROLLBACK处理的事务中执行 - insert - 向表中插入新记录 - 输入: - table(字符串):表名 - data(对象):键值对,其中键是列名,值是要插入的数据 - update - 更新表中的记录 - 输入: - table(

Keywords
mcpmodel-context-protocolclaudeanthropicpostgrespostgresqldatabasellm