Skip to content

MCP Overview

Connect MCP servers and import their tools into EZChat. MCP servers wrap external resources such as databases, file systems, or APIs, and expose them through a standard interface so your applications can call them like other tools.

Quick Understanding

MCP is one way for an AI Agent to connect to external data. At this stage, EZChat supports HTTP MCP servers so Agents can read from or call external data sources when needed.

Connect MCP Servers

Only MCP servers that use HTTP transport are supported.

Provide a URL, name, and unique server identifier to add a server. EZChat connects to the server, handles authorization when needed, and imports the server tools so your applications can call them.

You can refresh the tool list later to pull the latest tools from the server. However, if a tool is removed or changed, applications that use that tool may fail.

  • Applications reference servers by identifier. If you change the identifier later, applications using the old identifier can no longer use that server's tools. You need to add the tools again in each affected application to restore usage.
  • Exported applications also reference servers by identifier. Therefore, to run them in another workspace, recreate the same server with the same identifier.