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.
Quick Start
Clone the repository:
git clone https://github.com/r33drichards/mcp-jsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-js": {
"command": "npx",
"args": [
"-y",
"r33drichards/mcp-js"
]
}
}
}Check the repository README for specific installation and configuration instructions.