Skip to main content
Version: dev

Tools & Plugins

Extend DB-GPT with external tools, community packages, and visual workflow building.

  • MCP Protocol — connect external tools and services to agents
  • dbgpts Ecosystem — install community apps, operators, workflows, and agents
  • AWEL Flow — build workflows visually in the Web UI

Overview​

DB-GPT supports three main extension mechanisms:

MechanismWhat it doesWhen to use
MCP ProtocolConnects external tools (APIs, services) to agentsNeed agents to call external services
dbgptsInstall pre-built apps, operators, and workflowsWant ready-made components
AWEL FlowVisually compose AI pipelinesNeed custom workflows without writing code

How tools work with agents​

Agents in DB-GPT can use tools to:

  1. Access data — Query databases, search knowledge bases
  2. Call APIs — Interact with external services via MCP
  3. Execute code — Run Python code in sandboxed environments
  4. Manage files — Read, write, and process files
TopicLink
AWEL conceptsAWEL
Agent frameworkAgents
Agent developmentDevelopment Guide