cURL
curl --request DELETE \ --url http://localhost:63372/api/captain/agents/{id}/mcp/servers/{name} \ --cookie captain_session=
{ "ok": true }
Remove an MCP server from an agent.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Agent ID
MCP server name
Success
true