Установка
brew install uvОписание
# Shell and Coding agent for Claude and other mcp clients Empowering chat applications to code, build and run on your local machine. wcgw is an MCP server with tightly integrated shell and code editing tools. ⚠️ Warning: do not allow BashCommand tool without reviewing the command, it may result in data loss. [](https://github.com/rusiaaman/wcgw/actions/workflows/python-tests.yml) [](https://github.com/rusiaaman/wcgw/actions/workflows/python-types.yml) [](https://github.com/rusiaaman/wcgw/actions/workflows/python-publish.yml) [](https://codecov.io/gh/rusiaaman/wcgw) ## Demo  ## Updates - [6 Oct 2025] Model can now run multiple commands in background. ZSH is now a supported shell. Multiplexing improvements. - [27 Apr 2025] Removed support for GPTs over relay server. Only MCP server is supported in version >= 5. - [24 Mar 2025] Improved writing and editing experience for sonnet 3.7, CLAUDE.md gets loaded automatically. - [16 Feb 2025] You can now attach to the working terminal that the AI uses. See the "attach-to-terminal" section below. - [15 Jan 2025] Modes introduced: architect, code-writer, and all powerful wcgw mode. - [8 Jan 2025] Context saving tool for saving relevant file paths along with a description in a single file. Can be used as a task checkpoint or for knowledge transfer. - [29 Dec 2024] Syntax checking on file writing and edits is now stable. Made `initialize` tool call useful; sending smart repo structure to claude if any repo is referenced. Large file handling is also now improved. - [9 Dec 2024] [Vscode extension to paste context on Claude app](https://marketplace.visualstudio.com/items?itemName=AmanRusia.wcgw) ## 🚀 Highlights - ⚡ **Create, Execute, Iterate**: Ask claude to keep running compiler checks till all errors are fixed, or ask it to keep checking for the status of a long running command till it's done. - ⚡ **Large file edit**: Supports large file incremental edits to avoid token limit issues. Smartly selects when to do small edits or large rewrite based on % of change needed. - ⚡ **Syntax checking on edits**: Reports feedback to the LLM if its edits have any syntax errors, so that it can redo it. - ⚡ **Interactive Command Handling**: Supports interactive commands using arrow keys, interrupt, and ansi escape sequences. - ⚡ **File protections**: - The AI needs to read a file at least once before it's allowed to edit or rewrite it. This avoids accidental overwrites. - Avoids context filling up while reading very large files. Files get chunked based on token length. - On initialisation the provided workspace's directory structure is returned after selecting important files (based on .gitignore as well as a statistical approach) - File edit based on search-replace tries to find correct search block if it has multiple matches based on previous search blocks. Fails otherwise (for correctness). - File edit has spacing tolerant matching, with warning on issues like indentation mismatch. If there's no match, the closest match is returned to the AI to fix its mistakes. - Using Aider-like search and replace, which has better performance than tool call based search and replace. - ⚡ **Shell optimizations**: - Current working directory is always returned after any shell command to prevent AI from getting lost. - Command polling exits after a quick timeout to avoid slow feedback. However, status checking has wait tolerance based on fresh output streaming from a command. Both of these approach combined provides a good shell interaction experience. - Supports multiple concurrent background commands alongside the main interactive shell. - ⚡ **Saving repo context in a single file**: Task checkpointing using "ContextSave" tool saves detailed context in a single file. Tasks can later be resumed in a new chat asking "Resume `task id`". The saved file can be used to do other kinds of knowledge transfer, such as taking help from another AI. - ⚡ **Easily switch between various modes**: - Ask it to run in 'architect' mode for planning. Inspired by adier's architect mode, work with Claude to come up with a plan first. Leads to better accuracy and prevents premature file editing. - Ask it to run in 'code-writer' mode for code editing and project building. You can provide specific paths with wild card support to prevent other files getting edited. - By default it runs in 'wcgw' mode that has no restrictions and full authorisation. - More details in [Modes section](#modes) - ⚡ **Runs in multiplex terminal** Use [vscode extension](https://marketplace.visualstudio.com/items?it
Отзывы (0)
Пока нет отзывов. Будьте первым!
Статистика
Информация
Технологии
Похожие серверы
mcp-chain-of-draft-server
Chain of Draft Server is a powerful AI-driven tool that helps developers make better decisions through systematic, iterative refinement of thoughts and designs. It integrates seamlessly with popular AI agents and provides a structured approach to reasoning, API design, architecture decisions, code reviews, and implementation planning.
mcp-use-ts
mcp-use is the framework for MCP with the best DX - Build AI agents, create MCP servers with UI widgets, and debug with built-in inspector. Includes client SDK, server SDK, React hooks, and powerful dev tools.
mesh
Define and compose secure MCPs in TypeScript. Generate AI workflows and agents with React + Tailwind UI. Deploy anywhere.
rhinomcp
RhinoMCP connects Rhino 3D to AI Agent through the Model Context Protocol (MCP)