coze-loop (MCP Server)

GitHub

Next-generation AI Agent Optimization Platform: Cozeloop addresses challenges in AI agent development by providing full-lifecycle management capabilities from development, debugging, and evaluation to monitoring.

Claude Desktop Configuration

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

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