Loading MCP server directory, please wait...
Let agents use the shell like a human.
npx @getmcp/cli add io.github.kyuheon-kr/shell-useRequires Docker Engine. Community-contributed server. Review source before installing.
SHELL_USE_SESSIONSComma-separated list of allowed session names
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kyuheon-kr/shell-use": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SHELL_USE_SESSIONS",
"-e",
"SHELL_USE_SOCKET",
"ghcr.io/kyuheon-kr/shell-use:1.0.0"
],
"env": {
"SHELL_USE_SESSIONS": "",
"SHELL_USE_SOCKET": ""
}
}
}
}