Stats
Actions
Tags
From databases-on-aws
Provides direct SQL access to Amazon Aurora databases via AWS Labs' DSQL MCP server. Runs locally; requires configured AWS credentials for database connections.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aurora-dsql": {
"command": "uvx",
"args": [
"awslabs.aurora-dsql-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
npx claudepluginhub awslabs/agent-plugins --plugin databases-on-aws