MCP Directory

gabrielmaialva33/winx-code-agent

GitHub
Developer Tools

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y winx-code-agent

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gabrielmaialva33/winx-code-agent your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route gabrielmaialva33/winx-code-agent intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add winx-code-agent

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gabrielmaialva33/winx-code-agent directly without routing

npx -y winx-code-agent

New to Agent-CoreX? View setup guide →

gabrielmaialva33/winx-code-agent MCP Server — Agent-CoreX