MCP Directory
Back

mcp-shell

by sonirico · Go · ★ 87

Give hands to AI. MCP server to run shell commands securely, auditably, and on demand.

#ai#bash#go#llm#mcp#model-context-protocol#os-exec#shell#terminal

Install

go install github.com/sonirico/mcp-shell@latest

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": {
    "mcp-shell": {
      "command": "npx",
      "args": [
        "-y",
        "github:sonirico/mcp-shell"
      ]
    }
  }
}

From the README

[](https://archestra.ai/mcp-catalog/sonirico__mcp-shell) [](https://glama.ai/mcp/servers/@sonirico/mcp-shell) MCP server that runs shell commands. Your LLM gets a tool; you get control over what runs and how. Built on [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go). Written in Go. **Secure mode is the default.** With no config file, boots in secure mode restricted to a narrow allowlist of read-only utilities (, , , , , , ...). You only need a config file to widen or change that policy. To run fully unrestricted you must opt in explicitly: To customize the policy, point to a YAML c…
Read full README on GitHub →

Related ai & ml servers