Brenda Database
Access and query Davila7's Brenda database of biological resources, including genes, proteins, and metabolites.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add brenda-database npx -- -y @trustedskills/brenda-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"brenda-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/brenda-database"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to connect directly to SQL databases for executing queries, managing schemas, and performing data manipulation tasks. It streamlines database interactions by allowing agents to read, write, and analyze structured data without manual script intervention.
When to use it
- Automating routine data exports and generating daily reports from relational databases.
- Validating data integrity by running complex SQL checks against production or staging environments.
- Prototyping new features by quickly querying existing datasets to understand data structures.
- Cleaning up legacy data by executing batch update or delete operations based on specific criteria.
Key capabilities
- Direct SQL query execution across supported database engines.
- Schema inspection and table metadata retrieval.
- Data insertion, updates, and deletion via safe transaction handling.
- Result set parsing and formatting for immediate agent consumption.
Example prompts
- "Connect to the
analytics_dbinstance and fetch the total sales volume for the last quarter." - "Run a query to identify all users who have not logged in for over 90 days and export their IDs."
- "Update the
inventorytable to set stock levels to zero for any item where the reorder flag is true."
Tips & gotchas
Ensure your AI agent has appropriate read/write permissions before attempting data modification queries. Always verify the specific SQL dialect supported by your database instance, as syntax can vary significantly between engines like PostgreSQL, MySQL, and SQLite.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.