MCP for Cloud Agents
Learn how to configure MCP servers in Warp to let cloud agents securely call external tools, local services, and internal APIs using the MCP JSON standard.
When to Use MCP Servers
1. Inline JSON
oz agent run \
--mcp '{"mymcp": { "url": "https://fakemcp.com/mcp" }}' \
-p "Call the MCP tool"2. File Path
MCP Configuration Schema
Supported Fields
Using MCP Servers in a Full Agent Config
Requirements and Defaults
Required
Defaults
MCP limitations
Last updated
Was this helpful?