MCP Configurations
Create a new MCP configuration
Creates a new MCP configuration with a set of connections and tools.
post/api/v1/mcp/configs
Request body
Example request
{
"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"
}Response
The newly created 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"
}
}