Submit

Shell Proxy

@aliforever

shellproxy is a clean command execution proxy for AI agents, solving the "terminal blindness" problem — garbage characters, ANSI escape codes, shell init noise, and encoding issues that make AI agents unable to read terminal output. It sits between AI agents and terminals, executing commands in a clean, controlled environment and returning structured JSON output.

Tools

Server Config

{
  "mcpServers": {
    "shellproxy": {
      "command": "shellproxy",
      "args": [
        "serve"
      ],
      "env": {
        "SHELLPROXY_SHELL": "auto",
        "SHELLPROXY_STRIP_ANSI": "true",
        "SHELLPROXY_TIMEOUT": "60"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.