MCP Server
MCP
shell-use
Let agents use the shell like a human.
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
By
Comments
Sign in to leave a comment