wcgw

wcgw

4.1

If you are the rightful owner of wcgw and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

wcgw is an MCP server with tightly integrated shell and code editing tools, designed to empower chat applications like Claude to code, build, and run on your local machine.

wcgw is a Model Context Protocol (MCP) server that integrates shell and code editing tools to enhance chat applications such as Claude. It allows users to execute shell commands, edit files, and manage projects directly from chat interfaces. The server supports various modes of operation, including architect and code-writer modes, to tailor its functionality to different development needs. It also includes features for large file handling, syntax checking, and interactive command handling. The server is designed to work on multiple platforms, including Mac, Linux, and Windows (via WSL), and can be integrated with tools like VS Code for enhanced functionality.

Features

  • Create, Execute, Iterate: Automate compiler checks and command status monitoring.
  • Large File Edit: Supports incremental edits to manage token limits.
  • Syntax Checking: Provides feedback on syntax errors for LLM edits.
  • Interactive Command Handling: Supports interactive shell commands.
  • File Protections: Ensures files are read before edits to prevent overwrites.

Tools

  • Initialize: Reset shell and set up workspace environment.
  • BashCommand: Execute shell commands with timeout control.
  • ReadFiles: Read content from one or more files.
  • WriteIfEmpty: Create new files or write to empty files.
  • FileEdit: Edit existing files using search/replace blocks.
  • ReadImage: Read image files for display/processing.
  • ContextSave: Save project context and files for Knowledge Transfer or task checkpoints.