OpenShell (MCP Server)

GitHub

OpenShell is the safe, private runtime for autonomous AI agents.

8,181 stars Rust MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "OpenShell": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-OpenShell"
      ]
    }
  }
}