db-mcp (SQLite MCP Server)
SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
Versions
1.0.2latestTools 7
sqlite_server_config Get or update runtime configuration values for the server. Currently supports updating the log level.
sqlite_audit_list_backups List pre-mutation DDL snapshots captured before destructive operations. Returns metadata for each snapshot including timestamp, tool, target, and size.
sqlite_audit_get_backup Retrieve a specific pre-mutation DDL snapshot by filename. Returns the full snapshot content including DDL and optional data.
sqlite_audit_cleanup Apply retention policy to audit backup snapshots. Deletes snapshots exceeding age or count limits.
sqlite_audit_diff_backup Compare a pre-mutation DDL snapshot against the live database schema. Shows objects that have been added, removed, or modified since the snapshot was taken.
sqlite_audit_restore_backup Restore a pre-mutation DDL snapshot by executing its DDL statements against the live database. Use dryRun=true to preview the DDL without applying changes.
sqlite_audit_search Search and filter structured audit logs from the System Database. Returns recent tool invocations, outcomes, token estimates, and parameters.
Permissions 5
network medium filesystem low shell high database medium env_vars low