Skip to content
Cursor

shell-use for Cursor

io.github.kyuheon-kr/shell-use

Let agents use the shell like a human.

client:Cursor transport:stdio runtime:oci

Install shell-use in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shell-use": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kyuheon-kr/shell-use:1.0.0"
      ],
      "env": {
        "SHELL_USE_SESSIONS": "<SHELL_USE_SESSIONS>",
        "SHELL_USE_SOCKET": "<SHELL_USE_SOCKET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shell-use in other clients