MCP Servers
Create MCP server
Creates a new MCP server definition. The id is the runtime MCP server name used in qualified tool names.
post/api/v1/mcp-servers
Request body
Example request
{
"id": "sentry",
"display_name": "Sentry",
"description": "Production Sentry MCP server.",
"startup_timeout_secs": 10,
"tool_timeout_secs": 60
}Response
MCP server created
Example response
{
"id": "sentry",
"revision": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"display_name": "Sentry",
"description": "Production Sentry MCP server.",
"startup_timeout_secs": 10,
"tool_timeout_secs": 60
}