← Back to Plugins
MCP Server MCP

shell-use

github By github 👁 1 views ▲ 0 votes

Let agents use the shell like a human.

Homepage Verified source GitHub

Install

oci:ghcr.io/kyuheon-kr/shell-use:1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/kyuheon-kr/shell-use:1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated list of allowed session names",
          "isRequired": true,
          "name": "SHELL_USE_SESSIONS"
        },
        {
          "description": "Path to tmux socket (default: /tmux/tmux.sock in Docker)",
          "name": "SHELL_USE_SOCKET"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...