databases-on-aws
v1.6.1Expert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.
By Amazon Web ServicesLicense: Apache-2.0856 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install databases-on-aws for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add databases-on-aws@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/awslabs/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/databases-on-aws/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/dsql/SKILL.md└── .mcp.json
Included Skills1
Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, diagnose cluster performance, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, FK replacement code generation, OCC retry patterns, ORM migration (Django/EF Core/Hibernate/Rails), DDL operations, query plan explainability, system diagnostics via CloudWatch AAS, SQL compatibility validation, and bulk data loading. Triggers on phrases like: DSQL, Aurora DSQL, distributed SQL database, serverless PostgreSQL-compatible database, migrate to DSQL, DSQL query plan, DSQL EXPLAIN ANALYZE, DSQL ENUM, DSQL foreign key, DSQL OCC retry, DSQL multi-region, DSQL JSONB, DSQL GIN index, load into DSQL, load CSV into DSQL, bulk load DSQL, aurora-dsql-loader, DSQL slow, DSQL performance, DSQL wait events, DSQL AAS.
MCP servers3
- command
- uvx
- args
- awslabs.aurora-dsql-mcp-server@latest
- env.FASTMCP_LOG_LEVEL
- ERROR
- url
- https://knowledge-mcp.global.api.aws
- command
- uvx
- args
- awslabs.cloudwatch-mcp-server@latest
- env.FASTMCP_LOG_LEVEL
- ERROR
- env.AWS_REGION
- [your dsql cluster region, e.g. us-east-1 — must be a PromQL-enabled region]
- env.AWS_PROFILE
- [your aws profile name, e.g. default]
Plugin manifests2
{
"name": "databases-on-aws",
"version": "1.6.1",
"description": "Expert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.",
"author": {
"name": "Amazon Web Services",
"email": "[email protected]",
"url": "https://github.com/awslabs/agent-plugins"
},
"homepage": "https://github.com/awslabs/agent-plugins",
"repository": "https://github.com/awslabs/agent-plugins",
"license": "Apache-2.0",
"keywords": [
"aws",
"aurora",
"database",
"databases",
"distributed-sql",
"dsql",
"iam-auth",
"migration",
"postgresql",
"postgres",
"schema",
"serverless",
"sql"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Databases on AWS",
"shortDescription": "Design schemas, query data, and choose the right AWS database path.",
"longDescription": "AWS database guidance for schema design, queries, migrations, and database selection, starting with Aurora DSQL workflows.",
"defaultPrompt": [
"Review this schema for Aurora DSQL fit.",
"Plan a migration path to AWS databases.",
"Help me use Aurora DSQL safely in this repo."
],
"developerName": "Amazon Web Services",
"category": "Database",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/awslabs/agent-plugins",
"privacyPolicyURL": "https://aws.amazon.com/privacy/",
"termsOfServiceURL": "https://aws.amazon.com/service-terms/",
"brandColor": "#FF9900"
},
"hooks": "./hooks/hooks.json"
}{
"author": {
"name": "Amazon Web Services"
},
"description": "Expert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.",
"homepage": "https://github.com/awslabs/agent-plugins",
"keywords": [
"aws",
"aurora",
"database",
"databases",
"distributed-sql",
"dsql",
"iam-auth",
"migration",
"postgresql",
"postgres",
"schema",
"serverless",
"sql"
],
"license": "Apache-2.0",
"name": "databases-on-aws",
"repository": "https://github.com/awslabs/agent-plugins",
"version": "1.6.1"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[databases-on-aws on Agent Plugins Marketplace](https://pluginsmp.com/plugins/databases-on-aws)