Dbeaver

🌐Community
by partme-ai · vlatest · Repository

Connects to databases via DBeaver using AI, automating queries, data exploration, and report generation for enhanced productivity.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add partme-ai-dbeaver npx -- -y @trustedskills/partme-ai-dbeaver
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "partme-ai-dbeaver": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/partme-ai-dbeaver"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with databases using DBeaver, a universal database tool. It enables querying data, executing SQL statements, and managing database connections directly through the agent. The skill provides access to various database types including MySQL, PostgreSQL, and others supported by DBeaver.

When to use it

  • Data Extraction: Retrieve specific information from a database based on natural language requests (e.g., "Get all customer names in California").
  • Database Administration: Execute SQL commands like creating tables or updating data within a connected database.
  • Report Generation: Pull data to generate reports, summaries, or visualizations based on database content.
  • Troubleshooting Database Issues: Diagnose and resolve problems by executing diagnostic queries and examining database schema.

Key capabilities

  • Database Connection Management
  • SQL Query Execution
  • Data Retrieval
  • Support for multiple database types (MySQL, PostgreSQL, etc.)

Example prompts

  • "Connect to the 'sales_db' database using these credentials: [username] [password]"
  • "Run this SQL query: SELECT * FROM orders WHERE order_date > '2023-01-01'"
  • "List all tables in the current database."

Tips & gotchas

  • Requires valid database connection credentials (username, password, host).
  • The agent's understanding of SQL syntax is limited; complex queries may require refinement.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
partme-ai
Installs
15

🌐 Community

Passed automated security scans.