Skip to main content
Coding AgentsRust

gabrielmaialva33/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-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gabrielmaialva33/winx-code-agent

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Rust
Author
gabrielmaialva33