Главная · MCP-серверы · Code Runner
Code RunnerCode Runner
formulahendry/mcp-server-code-runner
MCP-сервер Code Runner (запуск кода).
Установка
npx for VS Code Install the Code Runner MCP server in VS Code using below buttons: Alternatively, you can add configuration in settings.json: { "mcp": { "inputs": [], "servers": { "mcp-server-code-runner": { "command": "npx", "args": [ "-y", "mcp-server-code-runner@latest" ], } } } } npx for Claude 