cloudops-intelligence-hub

bipul049/cloudops-intelligence-hub
★ 0 stars Python 🤖 AI/LLM Updated today
AI-powered AWS ops assistant built with Claude Code + custom MCP server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cloudops-intelligenc": {
      "command": "uvx",
      "args": [
        "cloudops-intelligence-hub"
      ]
    }
  }
}

Or install with pip: pip install cloudops-intelligence-hub