MCP Servers for Agents
Learn how to configure MCP servers in Warp to let ambient agents securely call external tools, local services, and internal APIs using the MCP JSON standard.
When to Use MCP Servers
1. Inline JSON
warp 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
Last updated
Was this helpful?