Releases: talkops-ai/talkops-mcp
Releases · talkops-ai/talkops-mcp
Traefik MCP Server - MCP Server for Traefik edge routing, traffic splitting, and NGINX migrations
Traefik MCP Server - MCP Server for Traefik edge routing, traffic splitting, and NGINX migrations
Latest
Traefik MCP Server Release v0.1.0
We are excited to announce the initial open-source release of the Traefik MCP Server!
This Model Context Protocol (MCP) server empowers AI assistants to autonomously manage Kubernetes edge traffic, automate NGINX to Traefik migrations, and safely orchestrate complex traffic splitting—all natively through conversational context.
✨ New Features
- Automated NGINX to Traefik Migrations: Seamlessly translate legacy NGINX Ingress annotations into natively-formatted Traefik CRDs. Includes supervised agentic overrides to intelligently bypass and resolve un-supported or broken configurations on the fly.
- Intelligent Traffic Management: Dynamically orchestrate weighted routing and header-based canary deployments with native Traefik integration.
- Shadow Testing (Traffic Mirroring): Safely mirror a defined percentage of production network traffic to shadow deployments without impacting user responses or upstream latency.
- Instant App Protections: Natively generate, attach, and detach Traefik Middlewares—such as Circuit Breakers, Rate Limits, and IP Allowlists—instantly.
- Advanced TCP Routing: Full generation and management of
IngressRouteTCPconfigurations to secure TCP-based services like PostgreSQL or Redis. - Deep Micro-Observability: Real-time context resources that expose active traffic distributions, middleware chains, anomaly detections, and Prometheus performance metrics globally.
🐛 Bug Fixes & Refactoring
- Docker Build Stabilization: Addressed
uv syncfailure points during container build stages by pre-initiating the Python virtual environment correctly, gracefully resolving local execution dependency gaps. - Protocol Decoupling: Completely scrubbed outdated prompt module concepts, connecting strictly via standardized MCP Tool execution and Resource definitions for cleaner dependency management.
- Labels Alignment: Corrected hardcoded telemetry strings, establishing accurate
managed-by=traefik-mcp-serverlabels across all generated resources natively.
🐳 Docker Hub Availability
The official Traefik MCP server has been containerized and published to Docker Hub at talkopsai/traefik-mcp-server:latest.
docker run --rm -it \
-p 8769:8769 \
-v ~/.kube:/app/.kube:ro \
-e K8S_KUBECONFIG=/app/.kube/config \
talkopsai/traefik-mcp-server:latest📚 Documentation Updates
- Added robust guided natural-language playbooks (
PROMPT_REFERENCE.md) to clearly demonstrate how to initiate the server's autonomous execution logic. - Added
WORKFLOW_JOURNEYS.mddetailing comprehensive end-to-end edge routing management techniques spanning the entire MCP execution lifecycle. - Expanded Quick Start and Docker instructions for seamless client connectivity.
Official documentation can be accessed via the centralized TalkOps.ai Integrations Hub.
Argocd MCP Server - Enhancement
Argocd Project Tools Enhancement
- Implement reading SSH private keys from environment variables or default paths for repository authentication.
Enhancement of Helm MCP Server and Bug Fix
Enhance Helm MCP Server with new features and improvements
- Enhanced README with detailed usage instructions and support options.
- Bug Fix
- Added new exception handling and validation tools for better error management.
- Removed deprecated files and cleaned up unused code.
ArgoCD MCP Server - MCP Server for Managing K8s Application using GitOps principles
✨ Key Features
- 🎯 Application Management: Create, update, delete, and validate ArgoCD applications
- 🚀 GitOps Deployments: Sync, rollback, and monitor deployments with diff previews
- 📦 Repository Management: Onboard GitHub repos via HTTPS/SSH with secure credentials
- 🏢 Multi-Tenancy: Project-based RBAC with cluster and namespace policies
- 🔍 Monitoring & Debugging: Real-time health metrics and smart log analysis
- 🔒 Security & Safety: Read-only mode, credential isolation, and write access control
📖 Documentation
📞 Support
Helm MCP Server - Complete Kubernetes Package Management for AI Assistants
✨ Key Features
- 🔍 Discovery: Search charts, get metadata, and access documentation
- 🚀 Lifecycle Management: Install, upgrade, rollback, and uninstall releases
- ✅ Validation: Validate values, render manifests, and check prerequisites
- 📊 Monitoring: Real-time deployment health and status tracking
- 🔧 Multi-Cluster: Switch between Kubernetes contexts seamlessly
- 📚 Built-in Guidance: Workflow guides, best practices, and troubleshooting