wcgw
1
This project provides tools to empower chat applications like Claude and ChatGPT to perform coding, building, and running tasks on local machines. It offers a shell and coding agent MCP server setup, facilitating operations on macOS for Claude and Linux or macOS for Chatgpt, with special modes and protections for efficient task execution.
Shell and Coding agent for Claude and Chatgpt
Empowering chat applications to code, build and run on your local machine.
- Claude: An MCP server for a shell and coding agent on Claude Desktop (mac only).
- Chatgpt: Custom GPT interacts with your shell via a relay server (Linux or mac).
🚀 Highlights
- Create, Execute, Iterate: Continuous running and checking of compiler errors, long-running commands.
- Large file edit: Supports large incremental file edits.
- Syntax checking: Feedback on syntax errors to LLM.
- Interactive Command Handling: Supports interactive shell commands.
- File protections: Multiple protections on file read/edit before overwrites.
- Shell optimizations: Single command management, working directory checks, command polling.
- Repo context saving: Task checkpointing and knowledge transfer.
- Modes: Architect, code-writer, and wcgw modes for different functionalities.
- Multiplex terminal: Attach to terminal to manage AI operations.
Top use cases
- Solve coding problems, run tests, manage repositories, build web apps.
- Use commands for debugging, environment creation, seamless task resumption.
Claude setup (using mcp)
Follow the setup instructions for installing via Smithery or alternative configurations.