Skip to content
MCP-Bridge
AI & MLAuto-generated

Azure Machine Learning Datastore Management Client MCP Server

Azure Machine Learning Datastore Management Client API

Quick Setup

Transport: STDIO

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

Environment Variables

AZURE_MACHINE_LEARNING_DATASTORE_MANAGEMENT_CLIENT_API_KEY

Example: your_azure_machine_learning_datastore_management_client_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "azure-com-machinelearningservices-datastore": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-machinelearningservices-datastore"],
      "env": {
      "AZURE_MACHINE_LEARNING_DATASTORE_MANAGEMENT_CLIENT_API_KEY": "your_azure_machine_learning_datastore_management_client_api_key"
}
    }
  }
}

Endpoints

GET/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores

Get Datastores list.

POST/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores

Create or update a Datastore.

DELETE/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores

Delete all Datastores.

GET/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}

Get Datastore details.

PUT/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}

Update or create a Datastore.

DELETE/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}

Delete a Datastore.

GET/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/default

Get the default Datastore.

PUT/datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/default/{name}

Set a default Datastore.