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
- Go to the Integrations page in your dashboard
- Click “Add MCP Tool”
- Enter the tool's endpoint URL
- 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.