MCP Directory
Back

wcgw

by rusiaaman · Python · ★ 665

Shell and coding agent on mcp clients

#agent#ai-agent#ai-coding#anthropic#chatgpt#claude#claude-desktop#custom-gpt#llm#llm-agent#llm-code#mcp#mcp-server#openai#shell#terminal

Install

pip install git+https://github.com/rusiaaman/wcgw.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "wcgw": {
      "command": "uvx",
      "args": [
        "git+https://github.com/rusiaaman/wcgw.git"
      ]
    }
  }
}

From the README

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**: This MCP server provides unfiltered access to your machine's shell and files. It does not restrict LLMs from executing arbitrary commands or making unintended changes. This tool can be misused by attackers or run dangerous commands if the AI hallucinates. Run this repository **only** if you fully understand and accept the risks associated with running AI agents with no restrictions. As of 2026 the reason you could use is th…
Read full README on GitHub →

Related ai & ml servers