Shell and Coding agent for Claude and other mcp clients
@rusiaaman
About Shell and Coding agent for Claude and other mcp clients
Shell and coding agent on mcp clients
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wcgw": {
"command": "uvx",
"args": [
"--python",
"3.12",
"wcgw@latest"
]
}
}
}Tools
7Reset shell and set up workspace environment
Execute shell commands with timeout control
Read content from one or more files
Create new files or write to empty files
Edit existing files using search/replace blocks
Read image files for display/processing
Save project context and files for Knowledge Transfer or saving task checkpoints to be resumed later
Overview
What is Shell and Coding agent for Claude and other mcp clients?
Shell and Coding agent for Claude and other mcp clients (wcgw) is an MCP server that provides tightly integrated shell and code editing tools, enabling chat applications to code, build, and run on your local machine. It offers a fully interactive shell experience that both you and the AI agent can control, including sending keystrokes.
How to use Shell and Coding agent for Claude and other mcp clients?
Install uv (e.g., brew install uv on macOS), then add the server to your claude_desktop_config.json with the command uvx and args ["--python", "3.12", "wcgw@latest"]. Optionally force a specific shell with --shell. On Windows, use wsl.exe as the command. After configuration, restart Claude and look for the rocket icon. You can then ask Claude to execute shell commands, read/write files, run code, or use built-in modes (architect, code-writer, wcgw).
Key features of Shell and Coding agent for Claude and other mcp clients
- Create, execute, and iterate with automatic retries
- Large file incremental edits to avoid token limits
- Syntax checking on edits with feedback to the AI
- Interactive command handling with arrow keys and interrupts
- File protections: read-before-edit, chunked large files
- Task checkpointing with ContextSave tool and resume support
Use cases of Shell and Coding agent for Claude and other mcp clients
- Ask Claude to run compiler checks until all errors are fixed
- Iterate on code changes with large file edits and syntax validation
- Save task context for later resume or knowledge transfer between AIs
- Use architect mode to plan before editing, or code-writer mode to restrict edits to specific paths
- Attach to the AI’s terminal via screen to enter passwords or investigate commands
FAQ from Shell and Coding agent for Claude and other mcp clients
What runtime dependencies are required?
Python 3.12, uv (package installer), and optionally screen for terminal attachment. On Windows, WSL is required.
How does the terminal attachment work?
If screen is installed, wcgw runs in a screen session. You can list sessions with screen -ls and attach with screen -x to safely interact with the AI’s terminal.
What modes are available and how do they differ?
Three modes: architect (read-only commands), code-writer (edits/writes allowed only on specified path globs), and wcgw (default, unrestricted). Invoke by saying “Run in [mode] mode”.
What are the known risks or limitations?
The server provides unfiltered shell and file access. It does not restrict the LLM from executing arbitrary commands or making unintended changes. Use only if you fully understand and accept the risks.
Does the server support authentication or encryption?
The README does not mention any authentication or encryption mechanisms. Communication relies on the MCP transport (stdio by default).
More AI & Agents MCP servers
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments