wcgw
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.
Related MCP Servers
View all developer_tools servers →context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
github-mcp-server
by github
The GitHub MCP Server is a Model Context Protocol server that integrates with GitHub APIs for automation and interaction.
deepwiki-mcp
by regenrek
This is an unofficial Deepwiki MCP Server that processes Deepwiki URLs, crawls pages, converts them to Markdown, and returns documents or lists by page.
terraform-mcp-server
by hashicorp
The Terraform MCP Server is a Model Context Protocol server that integrates with Terraform Registry APIs for advanced automation in Infrastructure as Code development.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.