Language:JapaneseEnglish

databases-on-aws Claude Code Plugin

Category
Database
Topics
Databases & Storage · Cloud, Deployment & CI/CD · Migration & Modernization
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-08-20 (UTC)
Source (GitHub) last updated
2026-08-26 (UTC) (yesterday)

The explanation below is AI-generated. Please verify it against the sources.

databases-on-aws is a plugin for AI coding assistants (Claude Code, and also Codex and Cursor) that packages AWS database expertise into an agent skill, MCP servers, and a hook to help with schema design, query writing, and migration work. It includes a skill named dsql that activates on phrases such as "Aurora DSQL" or "DSQL schema", plus two MCP servers: one for AWS documentation and architecture guidance, and another for direct database operations that is disabled by default. Requirements listed in the README include Claude Code 2. 1. 29 or later (or Cursor 2. 5 or later) and AWS CLI credentials configured on the machine.

About the service

The plugin connects to Aurora DSQL, an AWS-managed serverless, PostgreSQL-compatible distributed SQL database that is part of AWS's broader database portfolio described on the AWS Databases page. Access to it is provided through a dedicated MCP server bundled with the plugin.

What you can do with databases-on-aws

  • Get help designing and checking Aurora DSQL schemas, with a hook that prompts review of schema changes and affected rows after transact operations
  • Run queries and transactions directly against an Aurora DSQL database once the aurora-dsql MCP server (disabled by default) is enabled
  • Look up AWS documentation and architecture guidance through the awsknowledge MCP server
  • Trigger the dsql skill with natural-language requests like "migrate to DSQL" or "create DSQL table"
  • Use the plugin from Claude Code, Codex, or Cursor

Sources

Back to list