Loading...
{
"mcpServers": {
"js": {
"command": "/usr/local/bin/mcp-v8 --s3-bucket my-bucket-name"
}
}
}JavaScript ExecutionExecutes arbitrary JavaScript code within a V8 engine.
Unrestricted code execution can lead to various security risks.
The server's safety depends on the chosen mode and storage. Stateless mode is safer due to its ephemeral nature. Stateful mode, especially with S3, requires careful credential management and awareness of the risks associated with persistent JavaScript execution.