coding agents

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.

local
rust
coding agents
0
View on GitHub

Installation

npx -y gabrielmaialva33/winx-code-agent

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/gabrielmaialva33/winx-code-agent

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub