Back to MCP Servers

Winx Code Agent

A high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.

coding-agentsrustperformancellmagent

Installation

npx -y winx-code-agent

Configuration

{
  "mcpServers": {
    "winx-code-agent": {
      "command": "npx",
      "args": ["-y", "winx-code-agent"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub