Stats
Actions
Tags
From execute_code_py
Local stdio MCP server 'code-executor' running via shell script subprocess. Provides code execution capabilities for Claude Code.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"code-executor": {
"command": "${CLAUDE_PLUGIN_ROOT}/run-mcp-server.sh"
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/run-mcp-server.shnpx claudepluginhub rvantonder/execute_code_py --plugin execute_code_py