Artboard
MCP Servers

Update an MCP Server

Update MCP Server

Updates an existing MCP server configuration.

PATCH
/otto/api/mcp-servers/{mcp_server_slug}

Path Parameters

mcp_server_slug*string

PATCH /otto/api/mcp-servers/:mcp_server_slug Parameter

Request Body

application/json

PATCH /otto/api/mcp-servers/:mcp_server_slug Request body

updates*

Response Body

application/json

application/json

curl -X PATCH "https://your.server.net/otto/api/mcp-servers/string" \  -H "Content-Type: application/json" \  -d '{    "updates": {}  }'
{
  "response": {
    "slug": "string",
    "name": "string",
    "filename": "string",
    "description": "string",
    "is_active": true,
    "created_at": "string",
    "updated_at": "string",
    "created_by": "string"
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}