MCP Configurations
Update an existing MCP configuration
Updates the description and connection-to-tool mappings for an existing MCP configuration. The configuration name cannot be changed after creation.
put/api/v1/mcp/configs/{config_id}
Path parameters
config_idstring required
ID of the MCP configuration to update
Request body
Example request
{
"description": "Updated daily summarizer config"
}Response
The updated MCP configuration
Example response
{
"config": {
"description": "Summarizes daily emails and posts to Slack",
"id": "cfg_85630864460904897",
"mcp_server_url": "https://env.scalekit.com/mcp/v3/servers/550e8400-e29b-41d4-a716-446655440000",
"name": "daily-summarizer"
}
}