AWS PostgreSQL MCP 服务器
模型上下文协议 (MCP) 服务器,通过query
工具提供对 AWS PostgreSQL 数据库的只读 SQL 查询访问。配置使用环境变量。
设置
- 克隆:
- 安装和构建:
配置(用于 Cline/Windsurf)
将此服务器添加到您的 MCP 客户端的设置文件(例如, c:\Users\<User>\AppData\Roaming\Windsurf\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
):
-> 将env
对象中的占位符值替换为您的实际凭证。
用法
配置完成后,客户端将启动服务器。使用query
工具:
笔记
- 服务器仅允许只读查询(SELECT、SHOW 等)。
- 要使用
npx @t1nker-1220/aws-postgres-mcp-server ...
配置客户端,必须先将包发布到 npm。配置仍将使用env
对象作为凭证。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器允许 Claude 等 AI 助手对 AWS PostgreSQL 数据库执行只读 SQL 查询,从而实现数据检索同时防止数据库修改。
Related MCP Servers
- -securityFlicense-qualityAn MCP server that enables Claude to generate and execute AWS CLI commands, allowing users to manage AWS resources through natural language conversations.Last updated -2TypeScript
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -134JavaScript
- AsecurityAlicenseAqualityA blazing fast MCP server that enables AI agents to interact with multiple PostgreSQL databases, providing functionality to list tables, inspect schemas, execute queries, and run transactions.Last updated -498TypeScriptMIT License
- -securityFlicense-qualityA Cloudflare Workers-based MCP server that provides PostgreSQL database access capabilities to AI assistants, allowing them to query and manipulate PostgreSQL databases through the Model Context Protocol.Last updated -TypeScript