aws-postgress-mcp-server
0
The AWS PostgreSQL MCP Server is designed to provide secure, read-only access to AWS PostgreSQL databases using the Model Context Protocol. It is configured via environment variables and integrates with MCP client settings for streamlined query operations.
AWS PostgreSQL MCP Server
- Provides read-only SQL query access to an AWS PostgreSQL database via the query tool.
- Configuration involves environment variables.
- Installation steps include cloning the repository and building with pnpm.
- Configure client settings to include the server for usage.
- Restricts queries to read-only operations (SELECT, SHOW).