Securely perform task CRUD on SQLite or MySQL with audit and safeguards.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "secure-mcp-database-crud" yet — see the docs or source repo.
Please add a new task to a MySQL tasks table: title 'Fix login issue', assignee 'Wang Min', due date '2025-03-15', status 'Pending'. Use secure validation and return the creation result.
Returns the task creation result, including validated fields and a brief transaction or audit summary.
Please update the task with ID 42 in a SQLite database to status 'Completed' and record an audit event; reject the operation if the input is invalid.
Returns whether the update succeeded, the affected row count, and confirmation that an audit event was recorded.
Please delete the task with ID 88 in MySQL, but only if the signed delete confirmation is valid; also return the deletion result.
Returns whether the deletion was approved and executed; if the signature is invalid, it explains that deletion was refused.
Developers can use it to perform CRUD on task data in SQLite or MySQL. It fits scenarios that require input validation, parameterized queries, and transaction safety.
When teams need to track changes to task data, this tool can record audit events for key operations. It is especially useful for workflows that need traceability and compliance.
For high-risk delete actions, it supports signed delete confirmation to reduce accidental removals. It is suitable for environments that need extra safeguards before deletion.
It is used to securely perform task-oriented CRUD operations on SQLite or MySQL databases. The description mentions input validation, parameterized queries, audit events, transactions, and signed delete confirmation.
It is known to support SQLite and MySQL. Further connection methods or configuration details are not provided; see the source repository.
It emphasizes security controls, including input validation, parameterized queries, transaction handling, audit events, and signed confirmation before deletion. Compared with basic CRUD tools, it is better suited for security- and traceability-sensitive scenarios.
Safely perform MySQL operations with schema validation, CRUD, and soft deletes.
Manage personal tasks securely from any MCP-compatible client using local SQLite.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Auto-generates SQLite CRUD tools and safe query prompts.
Safely run database queries for AI workflows with built-in security controls.
Safely let AI query PostgreSQL, MySQL, and SQLite in read-only mode.