From execute_code_py
Local stdio MCP server 'code-executor' running via shell script subprocess. Provides code execution capabilities for Claude Code.
npx claudepluginhub rvantonder/execute_code_py --plugin execute_code_pyAdd to your .mcp.json:
{
"mcpServers": {
"code-executor": {
"command": "${CLAUDE_PLUGIN_ROOT}/run-mcp-server.sh"
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/run-mcp-server.sh