ai-ops

maryamamin5/ai-ops
★ 0 stars Python AI/LLM Updated today
AI Ops Assistant with MCP Built an internal ops assistant unifying Jira, Slack, Gmail, Calendar, and HR through a chat interface. Designed a Planner + Executor agent architecture with MCP-based tool discovery across 5 servers, session-based conversation memory, and graceful failure handling. Stack: FastAPI, OpenAI GPT-4o, MCP Python SDK.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-ops": {
      "command": "uvx",
      "args": [
        "ai-ops"
      ]
    }
  }
}

Or install with pip: pip install ai-ops