Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by awslabs
Amazon Aurora PostgreSQL MCP server for querying Aurora database clusters. Optimized for Aurora-specific features including global databases and read replicas.
Install
npx -y @awslabs/mcp-server-aurora-postgresRun this command to install and start the server:
npx -y @awslabs/mcp-server-aurora-postgresAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"aurora-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"@awslabs/mcp-server-aurora-postgres"
]
}
}
}Other database servers you might want to compare.
by MindsDB
Connect AI to 200+ data sources through MindsDB. Query databases, APIs, and SaaS platforms with natural language.
by Anthropic
Query and manage PostgreSQL databases. Read schemas, run queries, and analyze data through natural language with read-only safety.
by Anthropic
Interact with SQLite databases. Run queries, create tables, manage schemas, and analyze local database files.
by Anthropic
Interact with Redis databases. Get, set, and manage keys, run commands, and work with data structures.