mcp-v8 for Cursor
io.github.r33drichards/mcp-js
Run JavaScript and TypeScript in sandboxed V8 isolates with policy-controlled host capabilities.
client:Cursor
transport:stdio
runtime:oci
Install mcp-v8 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-js": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/wholelottahoopla/mcp-js:0.21.0-rc.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs