1 · Configure
Use OpenClaw’s MCP command to add a remote server named ai-redteam with Streamable HTTP transport.
https://www.ai-redteam.com/mcpRecommended CLI setup
openclaw mcp set ai-redteam '{"url":"https://www.ai-redteam.com/mcp","transport":"streamable-http"}'
Equivalent OpenClaw configuration
{
"mcp": {
"servers": {
"ai-redteam": {
"url": "https://www.ai-redteam.com/mcp",
"transport": "streamable-http"
}
}
}
}
This is OpenClaw’s current configuration shape. A top-level mcpServers object is used by some other MCP clients, but is not the OpenClaw Gateway configuration.