Used by 1 plugin
Executes code in multiple languages and returns results directly within Claude conversations.
Add to your .mcp.json:
{
"mcpServers": {
"runtime-engine": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/tools/implementations/runtime-engine/dist/index.cjs"
],
"env": {
"NODE_ENV": "production",
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeNODE_ENV=productionPLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}