wcgw
482
The project "Shell and Coding Agent for Claude and other MCP clients" is an MCP server that enables chat applications to code, build, and execute tasks on local machines. It offers interactive command handling, large file editing, and syntax checking, with multiple modes for diverse workflows.
uv
{ "mcpServers": { "wcgw": { "command": "uv", "args": [ "tool", "run", "--python", "3.12", "wcgw@latest" ] } } }
wsl.exe
{ "mcpServers": { "wcgw": { "command": "wsl.exe", "args": [ "uv", "tool", "run", "--python", "3.12", "wcgw@latest" ] } } }
wsl.exe
{ "mcpServers": { "wcgw": { "command": "wsl.exe", "args": [ "/home/mywsl/.local/bin/uv", "tool", "run", "--python", "3.12", "wcgw@latest" ] } } }
docker
{ "mcpServers": { "wcgw": { "command": "docker", "args": [ "run", "-i", "--rm", "--mount", "type=bind,src=/Users/username/Desktop,dst=/workspace/Desktop", "wcgw" ] } } }