Skip to content

ARC MCP Server v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Nov 02:59
· 2 commits to main since this release

🚀 ARC MCP Server v2.6.0

Enterprise-grade Model Context Protocol server for GitHub Actions Runner Controller (ARC) management.

🐳 Docker Images

# Pull the image
docker pull ghcr.io/tsviz/arc-config-mcp:v2.6.0

# Or use latest
docker pull ghcr.io/tsviz/arc-config-mcp:latest

Multi-architecture support:

  • linux/amd64 (x86_64)
  • linux/arm64 (ARM64/Apple Silicon)

⚙️ Usage

Claude Desktop Configuration:

{
  "mcpServers": {
    "arc-mcp": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm",
        "-v", "${HOME}/.kube:/home/mcp/.kube:ro",
        "-e", "GITHUB_TOKEN",
        "ghcr.io/tsviz/arc-config-mcp:v2.6.0"
      ]
    }
  }
}

✨ Key Features

  • 🤖 AI-Powered Operations: Natural language ARC management
  • 🛡️ Policy Engine: 11 built-in ARC governance rules
  • 🚀 Automated Installation: AI-guided ARC deployment
  • 📊 Monitoring: Real-time cluster and runner status
  • 🔒 Security: Compliance checking and hardening
  • 💰 Cost Optimization: Resource management recommendations
  • ☸️ CLI Integration: kubectl v1.34.1 + helm v3.16.4 included

Changes

  • chore: bump version to 2.6.0 and add release notes (77e6e7d)
  • feat: healthcare demo workflow and auto-fix improvements (db42359)
  • feat: Update healthcare policies and configurations for production readiness (4bcb249)
  • fix: Correct link in Quick Links section of README.md (9505ca5)
  • fix: Remove duplicate Monitoring & Observability section in README.md (1a52250)
  • fix: Correct link formatting in POLICY_VALIDATION_GUIDE.md (53403aa)

Features Included

  • ✅ Policy Engine with 11 ARC-specific governance rules
  • ✅ Natural Language Processing (16 ARC intent patterns)
  • ✅ AI-powered ARC installation and management
  • ✅ Comprehensive monitoring and troubleshooting
  • ✅ GitHub Actions integration with kubectl/helm
  • ✅ Multi-architecture Docker registry support