Integrations

MCP Protocol

Connect agents to tools and data using the open Model Context Protocol.

What is MCP?

The Model Context Protocol (MCP) is an open standard developed by Anthropic for connecting AI agents to external tools and data sources. AgentAGI supports MCP natively, letting your agents:

  • Query databases (PostgreSQL, SQLite, etc.)
  • Access external APIs
  • Read and write files in your workspace
  • Use custom tools defined via MCP

Adding an MCP Tool

  1. Go to the Integrations page in your dashboard
  2. Click “Add MCP Tool”
  3. Enter the tool's endpoint URL
  4. The MCP client service handles protocol handshake, tool discovery, and secure execution

The MCP client service is part of our service architecture, ensuring reliable discovery and execution.