local-shell-mcp-dsh
DeepSeek Harness bridge for the full local-shell-mcp tool surface and per-session Live Workspace.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fwerkor/local-shell-mcp说明文档
阅读完整 README ↗Configuration
Copy .env.example for the standard setup. The configuration reference documents every environment variable and the optional YAML format for advanced deployments.
Important options:
| Setting | Purpose |
|---|---|
LOCAL_SHELL_MCP_PUBLIC_BASE_URL | Public HTTPS origin used by OAuth and ChatGPT. |
LOCAL_SHELL_MCP_AUTH_MODE | Use oauth for public deployments. |
LOCAL_SHELL_MCP_ALLOW_FULL_CONTAINER | Disable workspace restrictions only in disposable containers/VMs. |
LOCAL_SHELL_MCP_REMOTE_ENABLED | Enable or disable remote worker control tools. |
LOCAL_SHELL_MCP_UI_ENABLED | Mount or disable the shared OpenTUI/WebUI human interface. |
LOCAL_SHELL_MCP_UI_PATH | WebUI mount path on the same service; default /ui. |
LOCAL_SHELL_MCP_UI_WALLPAPER | Select bing, aurora, or none for the OpenTUI browser console background. |
LOCAL_SHELL_MCP_SHELL_ENV_BLOCKLIST | Environment variables removed from spawned shell processes. |
LOCAL_SHELL_MCP_FILE_DOWNLOAD_ENABLED | Enable tokenized file download links. |