agents

anomalyarmor/agents
★ 1 stars Python 🤖 AI/LLM Updated today
AI skills and MCP server for AnomalyArmor data observability
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": {
    "agents": {
      "command": "uvx",
      "args": [
        "agents"
      ]
    }
  }
}

Or install with pip: pip install agents