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-agentConfiguration
{
"mcpServers": {
"winx-code-agent": {
"command": "npx",
"args": ["-y", "winx-code-agent"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes