Install command
Not provided
A starter kit for database and data-engineering work with Claude: bundles a database-specialist agent and database-expert rules with AWS and Airtable MCP servers and optimize/debug commands.
Open the source and read safety notes before installing.
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
0
78
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as source-backed.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
No package verification flag provided.
Checksum metadata
No checksum provided for downloaded artifact.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Not provided
Config snippet
Not provided
Copy snippet
Provided
Prerequisites
3 to clear
Platforms
1 listed
Difficulty
0/100
Adoption plan
Current risk score 16/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes are present.
Review privacy notesRequired
Privacy notes are present.
Verify package integrity metadata
No package verification/checksum metadata.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Required evidence gates are covered (5/6 signals complete).
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are present.
Required in this preset
Privacy notes are present.
Optional in this preset
Package integrity metadata is missing.
Optional in this preset
Install payload is available.
Required in this preset
Required evidence gates are covered for this preset.
Decision timeline
5/6 steps complete with no blocking gaps for this preset.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are available.
verify
Privacy notes are available.
verify
Package integrity metadata is missing.
rollout
Install payload is available.
No required blockers for this timeline preset.
Prerequisite readiness
3 prerequisites to line up before setup. Have accounts and credentials ready first.
Safety & privacy surface
2 safety and 2 privacy notes across 3 risk areas. Review closely: credentials & tokens, permissions & scopes.
Comprehensive toolkit for data engineers working with databases, ETL pipelines, and data infrastructure. Includes database design, optimization, and cloud services integration.
## Features
- Database design and optimization tools
- Cloud data services integration
- SQL query optimization and debugging
- Data pipeline automation
## Use Cases
- Building and optimizing data pipelines
- Managing cloud-based data infrastructure
- Database performance tuning
- Migrating data systems to the cloud
## TL;DR
A collection of six Claude resources for working with databases and cloud data sources. It pairs a database-focused agent and rules with MCP servers for AWS and Airtable, plus commands for optimizing and debugging.
- `database-specialist-agent` and `database-expert` rules for schema design and query tuning
- `aws-services-mcp-server` for connecting Claude to AWS services
- `airtable-mcp-server` for reading and writing Airtable data
- `optimize` and `debug` commands for iterating on queries and pipelines
## Collection Overview
**Collection Type:** Data Infrastructure
**Focus Area:** Databases & Cloud Data Sources
**Skill Level:** Intermediate to Advanced
## What's Included
## Collection Contents
Six resources for database and cloud data work
- **database-specialist-agent** (agent): An agent focused on database design and query work.
- **database-expert** (rules): Rules that guide Claude toward database best practices.
- **aws-services-mcp-server** (MCP): Connects Claude to AWS services.
- **airtable-mcp-server** (MCP): Connects Claude to Airtable data.
- **optimize** and **debug** (commands): Commands for optimizing and debugging queries and pipelines.
## Quick Start
Install the database agent and rules first, then add the AWS and Airtable MCP servers, and finish with the optimize and debug commands. Each component is independent and can be used on its own.
## Prerequisites
- Basic SQL knowledge
- AWS account (for AWS services integration)
- Understanding of database concepts
## Recommended Order
1. `database-specialist-agent`
2. `database-expert`
3. `aws-services-mcp-server`
4. `airtable-mcp-server`
5. `optimize`
6. `debug`
## Troubleshooting
### AWS MCP server auth conflicts with Airtable MCP credentials
Configure separate credential stores for each MCP server. Use AWS_PROFILE env var for aws-services-mcp-server, AIRTABLE_API_KEY for airtable-mcp-server. Keep credentials in different config files.
### Database agent and rules provide contradicting optimization advice
Install database-expert rules before database-specialist-agent. Agent will defer to rules for best practices. Update rules file to match your database engine (PostgreSQL, MySQL, etc.).
### MCP servers fail to initialize due to missing AWS SDK dependencies
Install AWS SDK before MCP servers: npm install @aws-sdk/client-rds @aws-sdk/client-dynamodb @aws-sdk/client-s3. Then reinstall aws-services-mcp-server to detect installed SDKs.
### Optimize command incompatible with database agent's schema format
Ensure database-specialist-agent and optimize command use same schema definition format. Install agent first to establish format, then install optimize command to inherit conventions.
### Collection setup fails without proper AWS region configuration
Set AWS_REGION environment variable before installing MCP servers: export AWS_REGION=us-east-1. Configure region in Claude Code settings under MCP server preferences. Restart Claude after setting.Comprehensive toolkit for data engineers working with databases, ETL pipelines, and data infrastructure. Includes database design, optimization, and cloud services integration.
A collection of six Claude resources for working with databases and cloud data sources. It pairs a database-focused agent and rules with MCP servers for AWS and Airtable, plus commands for optimizing and debugging.
database-specialist-agent and database-expert rules for schema design and query tuningaws-services-mcp-server for connecting Claude to AWS servicesairtable-mcp-server for reading and writing Airtable dataoptimize and debug commands for iterating on queries and pipelinesCollection Type: Data Infrastructure Focus Area: Databases & Cloud Data Sources Skill Level: Intermediate to Advanced
Six resources for database and cloud data work
Install the database agent and rules first, then add the AWS and Airtable MCP servers, and finish with the optimize and debug commands. Each component is independent and can be used on its own.
database-specialist-agentdatabase-expertaws-services-mcp-serverairtable-mcp-serveroptimizedebugConfigure separate credential stores for each MCP server. Use AWS_PROFILE env var for aws-services-mcp-server, AIRTABLE_API_KEY for airtable-mcp-server. Keep credentials in different config files.
Install database-expert rules before database-specialist-agent. Agent will defer to rules for best practices. Update rules file to match your database engine (PostgreSQL, MySQL, etc.).
Install AWS SDK before MCP servers: npm install @aws-sdk/client-rds @aws-sdk/client-dynamodb @aws-sdk/client-s3. Then reinstall aws-services-mcp-server to detect installed SDKs.
Ensure database-specialist-agent and optimize command use same schema definition format. Install agent first to establish format, then install optimize command to inherit conventions.
Set AWS_REGION environment variable before installing MCP servers: export AWS_REGION=us-east-1. Configure region in Claude Code settings under MCP server preferences. Restart Claude after setting.
Data Engineering Suite side by side with 2 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | A starter kit for database and data-engineering work with Claude: bundles a database-specialist agent and database-expert rules with AWS and Airtable MCP servers and optimize/debug commands. Open dossier | Full-featured backend development environment combining architecture planning, database design, and cloud services integration. Perfect for building scalable server-side applications. Open dossier | Complete AWS infrastructure management toolkit combining cloud architecture expertise, CloudFormation validation, and AWS services integration. Perfect for teams building and maintaining cloud-native applications on AWS. Open dossier |
|---|---|---|---|
| Next steps | |||
| Trust | |||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package not verified | Package not verified | Package not verified |
| Source provenance | Source-backed | Source-backed | Source-backed |
| Submitter | — | — | — |
| Install risk | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety · Privacy ✓ | Safety ✓ Privacy · |
| Brand | — | ||
| Category | collections | collections | collections |
| Source | source-backed | source-backed | source-backed |
| Author | JSONbored | JSONbored | JSONbored |
| Added | 2025-10-02 | 2025-10-02 | 2025-10-02 |
| Platforms | Claude Code | Claude Code | Claude Code |
| Source repo | — | — | — |
| Safety notes | ✓The aws-services-mcp-server and airtable-mcp-server connect Claude to live AWS and Airtable accounts and can read and write data there; scope credentials to least privilege. Setup installs MCP servers and may require AWS SDK packages and environment variables (AWS_PROFILE, AWS_REGION); review each component before granting access. | — missing | ✓Bundles an AWS MCP server, a CloudFormation-validation hook, and infra agents that act against your AWS account using your own credentials and can run a hook automatically on events; review each tool's IAM scope and validate generated infrastructure changes before applying. |
| Privacy notes | ✓Configuring these MCP servers requires storing AWS credentials/profiles and an Airtable API key locally; treat these config files as secrets. Connecting Claude to AWS and Airtable exposes data from those accounts to the model during use. | ✓Bundles a cloud-services MCP server and backend agents that connect to databases and cloud accounts; configure them with your own credentials and review what connection strings, secrets, and infrastructure data each bundled tool reads before use. | — missing |
| Prerequisites |
|
|
|
| Install | — | — | — |
| Config | — | — | — |
| Citations | |||
| Claim | Unclaimed | Unclaimed | Unclaimed |
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.