aiganak-aiops-mcp
Enables autonomous infrastructure diagnostics, log root-cause analysis, and safe code patching via tools for querying logs, inspecting Python AST, and applying git-safe patches.
README
ā” AiGanak-AIOps-MCP
Autonomous Infrastructure & Code Health Diagnostic Agent over Model Context Protocol (MCP)
Developed by Akshay Bankar | AiGanak Technologies (aiganak.com) | Released under the Apache 2.0 License.
š Overview
aiganak-aiops-mcp is a flagship reference architecture and open-source MCP server designed to automate infrastructure diagnostics, log root-cause analysis, and safe code patching.
By combining DuckDB OLAP analytics, Python AST structural inspection, LangGraph cyclic state machines, and Arize Phoenix LLMOps observability, this repository provides a top 1% reference blueprint for production-grade agentic integrations.
š System Architecture
1. High-Level Protocol & Component Boundaries
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Client Layer (IDE / Agent) ā
ā (Cursor IDE / Claude Desktop / Custom LangGraph Agent) ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā
ā Standard STDIO / JSON-RPC
ā¼
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā aiganak-aiops-mcp (FastMCP Server) ā
ā ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāā ā
ā ā query_log_file ā ā inspect_code_ast ā ā apply_code_patch ā ā
ā ā (DuckDB OLAP Engine) ā ā (Python AST Parser) ā ā (Git Safety Gate) ā ā
ā āāāāāāāāāāāāā¬āāāāāāāāāāāāā āāāāāāāāāāāāā¬āāāāāāāāāāāā āāāāāāāāāāā¬āāāāāāāāāā ā
āāāāāāāāāāāāāāāā¼āāāāāāāāāāāāāāāāāāāāāāāāāāā¼āāāāāāāāāāāāāāāāāāāāāāāā¼āāāāāāāāāāāā
ā ā ā
ā¼ ā¼ ā¼
āāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāā
ā JSONL/CSV Logs ā ā Source Code AST ā ā Host Codebase ā
āāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāā
2. LangGraph Stateful Self-Healing Orchestrator
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā node_log_analyzer ā <āāāā
āāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāā ā
ā ā
ā¼ ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā node_code_inspector ā ā
āāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāā ā
ā ā
ā¼ ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā node_patch_proposer ā ā (Retry Loop)
āāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāā ā
ā ā
[ Human Approval Gate Interrupt ] ā
ā ā
(Approved / Local) ā
ā ā
ā¼ ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā node_patch_applier ā ā
āāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāā ā
ā ā
ā¼ ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā node_verifier ā ā
āāāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāā ā
ā ā
[ Verification Passed? ] ā
/ \ ā
(Yes) (No) āāāāāāāāāāā
ā
ā¼
āāāāāāā
ā END ā
āāāāāāā
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.