Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Enterprise Aiops Agent

БесплатноНе проверен

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

Описание

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

Установка Enterprise Aiops Agent

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

Enterprise Aiops Agent MCP бесплатный?

Да, Enterprise Aiops Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Enterprise Aiops Agent?

Нет, Enterprise Aiops Agent работает без API-ключей и переменных окружения.

Enterprise Aiops Agent — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Enterprise Aiops Agent в Claude Desktop, Claude Code или Cursor?

Открой Enterprise Aiops Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Enterprise Aiops Agent with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории design