Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Enterprise Aiops Agent

FreeNot checked

An MCP server that enables autonomous self-healing AIOps by monitoring system metrics and executing dynamic remediation through LLM-driven tool routing, with su

GitHubEmbed

About

An MCP server that enables autonomous self-healing AIOps by monitoring system metrics and executing dynamic remediation through LLM-driven tool routing, with support for Streamlit UI and CLI.

README

A Production-Grade Model Context Protocol (MCP) implementation in Python powered by Groq Llama-3.3-70B and Streamlit Web UI.

This project functions as an Autonomous Self-Healing AIOps Engine that monitors system metrics, detects memory/CPU threshold breaches, and dynamically executes remediation tools to restore server health without human intervention.


🌟 Key Features

  • Autonomous LLM Agent: Leverages Anthropic's Model Context Protocol (MCP) and Groq LLM Function Calling.
  • Self-Healing Architecture: Automatically detects high CPU/RAM usage (e.g. >80%) and triggers remediation scripts down to safe levels (~35%).
  • Dynamic Tool Router: Centralized registry mapping LLM tool requests to python functions.
  • Zero-Trust Security: Token authentication middleware and Human-in-the-Loop authorization hooks for sensitive operations.
  • Multi-Interface Support: Operates via Streamlit Web UI & CLI Terminal with Winston-style Python logging.

🛠️ Project Architecture

mcp-enterprise-aiops-agent/ ├── .env ├── .gitignore ├── requirements.txt ├── README.md ├── app_gui.py └── src/ ├── init.py ├── security/ │ ├── init.py │ ├── auth.py # Zero-Trust JWT/Token Validation │ └── privacy_gateway.py # Presidio-style PII Redaction & Data Masking ├── tools/ │ ├── init.py │ ├── system_tool.py # System Health Monitoring & Self-Healing │ └── external_api_tool.py# Microservice Tool Integration ├── core/ │ ├── init.py │ ├── policy_engine.py # OPA-style Policy Enforcement & Human-in-the-Loop │ ├── tool_router.py # Dynamic MCP Tool Registration & Execution │ └── llm_agent.py # Multi-turn Autonomous Agent Loop └── utils/ ├── init.py └── logger.py # Structured Audit Logging (OpenTelemetry style)vice Data)


from github.com/lokeshkundi15/mcp-enterprise-aiops-agent

Installing Enterprise Aiops Agent

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/lokeshkundi15/mcp-enterprise-aiops-agent

FAQ

Is Enterprise Aiops Agent MCP free?

Yes, Enterprise Aiops Agent MCP is free — one-click install via Unyly at no cost.

Does Enterprise Aiops Agent need an API key?

No, Enterprise Aiops Agent runs without API keys or environment variables.

Is Enterprise Aiops Agent hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Enterprise Aiops Agent in Claude Desktop, Claude Code or Cursor?

Open Enterprise Aiops Agent on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Enterprise Aiops Agent with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All design MCPs