Skip to main content
Code ExecutionRust

r33drichards/mcp-js

A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions.

code-executionlocal-servicemacoslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/r33drichards/mcp-js

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-js": {
      "command": "npx",
      "args": [
        "-y",
        "r33drichards/mcp-js"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Code Execution
Language
Rust
Author
r33drichards