mcp-exec

andy7d0/mcp-exec
★ 0 stars Go Code/Dev Tools Updated today
mcp server to execute commands
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-exec": {
      "command": "go",
      "args": [
        "run",
        "github.com/andy7d0/mcp-exec@latest"
      ]
    }
  }
}

README Excerpt

A minimal **stdio MCP server** that exposes a shell command executor to LLM agents. It is deliberately **not** a terminal emulator and **not** a collection of specialized tools: it runs `$SHELL -c <command>` with ordinary pipes (no PTY), tracks every invocation as a *job*, and gives the agent a small, complete control plane over those

Tools (15)

MCP_EXEC_DEFAULT_TIMEOUTMCP_EXEC_MAX_OUTPUT_BYTESMCP_EXEC_PROGRESS_INTERVALcaptureclose_stdincommandcwdenvexecutejob_idjob_idsnowaitsignalstdintimeout