-
Notifications
You must be signed in to change notification settings - Fork 2
Audit Trail
Chris edited this page Jul 5, 2026
·
115 revisions
| Tool | Scope | Parameters | Description |
|---|---|---|---|
mysql_audit_list_backups |
read |
limit (default: 10), target (optional string) |
List snapshots with optional target filter |
mysql_audit_restore_backup |
admin |
filename, includeData (bool), dryRun (bool) |
Restore snapshot DDL+data |
mysql_audit_diff_backup |
read |
filename |
Compare snapshot DDL against live schema |
Features:
mysql_audit_restore_backupsupportsdryRun: truewhich returns the DDL that would be executed without actually modifying the database.mysql_audit_diff_backupenables agents to see exact schema drift over time.
Snapshots are cleaned up automatically during each snapshot capture cycle. The system currently enforces a hardcoded retention policy of 30 days maximum age or 1000 snapshots, whichever is reached first. The oldest snapshots exceeding either limit are deleted first.
- OAuth — Authentication and access control
-
Resources —
mysql://auditresource details - Code Mode — Admin scope requirements and native isolated-vm sandbox
- Tool Reference — Full tool list with scope groups
Unlock autonomous database orchestration with an enterprise-grade MySQL MCP server. Featuring blazing-fast sandboxed Code Mode, uncompromising schema enforcement, and seamless ecosystem integrations to power secure, intelligent AI workflows.
- Installation
- Configuration
- Architecture
- HTTP Transport
- Tool Filtering
- Code Mode
- Tools
- Prompts
- Resources
- Observability & Telemetry