CowAgent

GitHub

Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CowAgent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CowAgent"
      ]
    }
  }
}