WCGW
CodeShell and coding agent for Claude and ChatGPT with full terminal control.
Quick Install
uvx wcgw Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"wcgw": {
"command": "uvx",
"args": [
"wcgw"
]
}
}
}