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.
Quick Start
Clone the repository:
git clone https://github.com/gabrielmaialva33/winx-code-agentClaude 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.