bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.vndee/llm-sandbox · v0.3.43
Securely run LLM-generated code in isolated containers across 7 languages and 3 container backends.
LLM Sandbox 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"llm-sandbox": {
"command": "uvx",
"args": [
"llm-sandbox"
]
}
}
}BACKEND可选Container backend to use. Must match the installed extra: mcp-docker, mcp-podman, or mcp-k8s.
DOCKER_HOST可选Docker or Podman socket URL, e.g. unix:///var/run/docker.sock
KUBECONFIG可选Path to kubeconfig file when BACKEND=kubernetes.
NAMESPACE可选Kubernetes namespace used for sandbox pods when BACKEND=kubernetes.
COMMIT_CONTAINER可选Commit the container after a run so installed libraries persist between sessions.
KEEP_TEMPLATE可选Keep the base image after the session ends to avoid re-pulling it on the next run.
SANDBOX_NETWORK_MODE可选Network mode for the sandbox container. Set to 'none' for hardened isolation. Docker and Podman backends only.
SANDBOX_READ_ONLY可选Mount the sandbox root filesystem read-only. Recommended: true. Docker and Podman backends only.
SANDBOX_CAP_DROP可选Comma-separated Linux capabilities to drop. Recommended: ALL. Docker and Podman backends only.
SANDBOX_SECURITY_OPT可选Comma-separated container security options, e.g. no-new-privileges. Docker and Podman backends only.
SANDBOX_MEMORY可选Memory limit for the sandbox container, e.g. 4g. Docker and Podman backends only.
SANDBOX_CPUS可选Fractional CPU allocation for the sandbox container, e.g. 1.5. Docker and Podman backends only.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.vndee/llm-sandbox",
"type": "mcp-server",
"version": "0.3.43",
"displayName": "LLM Sandbox",
"description": "Securely run LLM-generated code in isolated containers across 7 languages and 3 container backends.",
"repository": {
"url": "https://github.com/vndee/llm-sandbox",
"source": "github"
},
"homepage": "https://vndee.github.io/llm-sandbox/",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "llm-sandbox",
"version": "0.3.43",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "BACKEND",
"description": "Container backend to use. Must match the installed extra: mcp-docker, mcp-podman, or mcp-k8s."
},
{
"name": "DOCKER_HOST",
"description": "Docker or Podman socket URL, e.g. unix:///var/run/docker.sock"
},
{
"name": "KUBECONFIG",
"description": "Path to kubeconfig file when BACKEND=kubernetes."
},
{
"name": "NAMESPACE",
"description": "Kubernetes namespace used for sandbox pods when BACKEND=kubernetes."
},
{
"name": "COMMIT_CONTAINER",
"description": "Commit the container after a run so installed libraries persist between sessions."
},
{
"name": "KEEP_TEMPLATE",
"description": "Keep the base image after the session ends to avoid re-pulling it on the next run."
},
{
"name": "SANDBOX_NETWORK_MODE",
"description": "Network mode for the sandbox container. Set to 'none' for hardened isolation. Docker and Podman backends only."
},
{
"name": "SANDBOX_READ_ONLY",
"description": "Mount the sandbox root filesystem read-only. Recommended: true. Docker and Podman backends only."
},
{
"name": "SANDBOX_CAP_DROP",
"description": "Comma-separated Linux capabilities to drop. Recommended: ALL. Docker and Podman backends only."
},
{
"name": "SANDBOX_SECURITY_OPT",
"description": "Comma-separated container security options, e.g. no-new-privileges. Docker and Podman backends only."
},
{
"name": "SANDBOX_MEMORY",
"description": "Memory limit for the sandbox container, e.g. 4g. Docker and Podman backends only."
},
{
"name": "SANDBOX_CPUS",
"description": "Fractional CPU allocation for the sandbox container, e.g. 1.5. Docker and Podman backends only."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.vndee/llm-sandbox",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.vndee%2Fllm-sandbox/versions/latest",
"isOfficial": true,
"status": "active"
}
}