Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Run History APIs MCP Server

Run History APIs API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-machinelearningservices-runhistory

Environment Variables

RUN_HISTORY_APIS_API_KEY

Example: your_run_history_apis_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-machinelearningservices-runhistory": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-machinelearningservices-runhistory"],
      "env": {
      "RUN_HISTORY_APIS_API_KEY": "your_run_history_apis_api_key"
}
    }
  }
}

Endpoints

GET/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experimentids/{experimentId}

Get details of an Experiment.

PATCH/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experimentids/{experimentId}

Update details of an Experiment.

DELETE/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experimentids/{experimentId}/tags

Delete list of Tags in an Experiment.

GET/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}

Get details of an Experiment.

POST/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}

Create an Experiment.

POST/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/batch/events

Batch post event data.

PATCH/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/batch/runs

Add or Modify a batch of Runs.

GET/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/metrics/{metricId}

Get Metric details.

POST/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/metrics:query

Get all Run Metrics for the specific Experiment.

GET/history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/runs/{runId}

Get Run details.