MCP Configurations
Fetch an MCP configuration
Returns a single MCP configuration for the current environment by ID.
get/api/v1/mcp/configs/{config_id}
Path parameters
config_idstring required
ID of the MCP configuration to fetch
Response
The requested 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"
}
}