Skip to content
MCP-Bridge
Cloud Infrastructure

ApplicationInsightsManagementClient MCP Config

Azure Application Insights client for work item configurations for a component.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentworkitemconfigs-api.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentworkitemconfigs-api.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-applicationinsights-componentworkitemconfigs-api": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-applicationinsights-componentworkitemconfigs-api"],
      "env": {
      "APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY": "your_applicationinsightsmanagementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentworkitemconfigs-api.json

Environment Variables

APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY

Replace your_applicationinsightsmanagementclient_api_key with your actual applicationinsightsmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/DefaultWorkItemConfig

WorkItemConfigurations_GetDefault

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs

WorkItemConfigurations_List

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs

WorkItemConfigurations_Create

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}

WorkItemConfigurations_GetItem

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}

WorkItemConfigurations_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}

WorkItemConfigurations_UpdateItem