Description

顺便一提,我们支持 RWKV | 「Intel 2025 人工智能创新大赛」🚀AutoOPS: Provide the chaos brought by language models to the operation and maintenance industry!

Installation

npx -y aries-autoops
npm install aries-autoops
git clone https://github.com/Chieko-Seren/ARIES

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "aries-autoops": {
      "command": "npx",
      "args": [
        "-y",
        "aries-autoops"
      ]
    }
  }
}