Integrations
Allows cloning the MCP server repository to set up and configure the PostgreSQL integration.
Provides read-only SQL query access to an AWS PostgreSQL database, allowing users to execute SELECT queries and retrieve database information through the 'query' tool.
AWS PostgreSQL MCP 服务器
模型上下文协议 (MCP) 服务器,通过query
工具提供对 AWS PostgreSQL 数据库的只读 SQL 查询访问。配置使用环境变量。
设置
- 克隆:Copy
- 安装和构建:Copy
配置(用于 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-qualityA server that allows AI models to interact with PostgreSQL databases through a standardized protocol, providing database schema information and SQL query execution capabilities.Last updated -JavaScript
- -securityAlicense-qualityAn MCP server implementation that enables Claude to execute read-only queries against MariaDB databases and explore database schemas through natural language.Last updated -5PythonMIT License
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -163JavaScript
CentralMind/Gatewayofficial
-securityAlicense-qualityMCP-Server from your Database optimized for LLMs and AI-Agents. Supports PostgreSQL, MySQL, ClickHouse, Snowflake, MSSQL, BigQuery, Oracle Database, SQLite, ElasticSearch, DuckDBLast updated -257GoApache 2.0