Home › Development › mcp-v8
mcp-v8
Run JavaScript and TypeScript in sandboxed V8 isolates with policy-controlled host capabilities.
Topics: Code Execution
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm docker.io/wholelottahoopla/mcp-js:0.21.0-rc.2
Or add to your MCP client config:
{
"mcpServers": {
"mcp-js": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/wholelottahoopla/mcp-js:0.21.0-rc.2"
]
}
}
}
This server takes extra arguments — see its repository.
Related servers
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
container-use
Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No…
runtime
Run untrusted Python/JavaScript code in WebAssembly sandboxes.
openapi-mcp
OpenAPI-MCP: Dockerized MCP Server to allow your AI agent to access any API with existing api docs.
node-code-sandbox-mcp
A Node.js MCP server that spins up isolated Docker-based sandboxes for executing JavaScript snippets with on-the-fly npm dependency…
mcp-server-js
Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry