Advanced
Host & Server Mode
Connect external MCP servers or expose your agent as a server.
Liate natively implements Anthropic's Model Context Protocol (MCP). You can connect external MCP servers over Stdio/SSE or expose your Liate agent as an MCP server.
Connect an External MCP Server
liate mcp connect --stdio "npx -y @modelcontextprotocol/server-filesystem /tmp"Expose Liate Agent as MCP Server
liate mcp serve --port 8080