Development

monitoringservice - Claude MCP Skill

Feature: Add MCP (Monitoring Control Plane) server

SEO Guide: Enhance your AI agent with the monitoringservice tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to feature: add mcp (monitoring control plane) server... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟8 stars • 34 forks
📥0 downloads

Documentation

SKILL.md
Feature: Add MCP (Monitoring Control Plane) server
// Description:
// Implement a service (MCP server) that connects to any attached monitoring services for a given AKS cluster.
// The server should expose APIs or a UI to perform the following tasks:
//
// 1. Read and query Azure Log Analytics workspaces linked to the cluster:
// - Retrieve control plane logs
// - Query audit logs
// - Fetch historical logs for nodes and pods
//
// 2. Read and visualize metrics from Managed Prometheus (AMP):
// - Access Prometheus scrape endpoint via Azure Monitor
// - Display basic dashboard visualizations (e.g., CPU, memory, network)
//
// 3. Access and query Application Insights:
// - Read distributed trace data
// - Enable filtering by operation name, request ID, service name, etc.
//
// Requirements:
// - Use Azure SDKs (Go or Python preferred)
// - Support authentication via kubeconfig or managed identity
// - Implement minimal RESTful API to trigger each of the above

//
// Goal:
// Provide a dev-friendly mcp implementation for AKS clusters with access to log/metric/trace data via attached services.

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
Azure/aks-mcp
Author
Azure
Last Sync
3/13/2026
Repo Updated
3/11/2026
Created
1/16/2026

Reviews (0)

No reviews yet. Be the first to review this skill!

Related Skills

Related Guides