shell-use✓
io.github.kyuheon-kr/shell-use · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kyuheon-kr/shell-use",
"description": "Let agents use the shell like a human.",
"title": "shell-use",
"repository": {
"url": "https://github.com/kyuheon-kr/shell-use",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}