MCP (Model Context Protocol) servers expose tools (e.g. search, APIs) that an agent can call. If Agent OS supports MCP in your build, each server’s tools are typically registered with a prefix (e.g. mcp_<name>_<tool>) so they don’t clash with built-in or skill tools.
~/.agent-os/mcp.json), or via env (e.g. MCP_SERVERS).Check the Agent OS repo for:
core/plugins.ts or a dedicated MCP module).mcp.json, env, or dashboard-only).If MCP is not yet implemented, this page serves as a placeholder for when it is added. Until then, extend the agent with skills (tools.yaml) and built-in tools (see Skills authoring and Agent OS).