developer tools

Mcp Code Runner

An MCP server for running code locally via Docker and supporting multiple programming languages.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y axliupore/mcp-code-runner

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-code-runner",
  "command": "npx",
  "args": [
    "-y",
    "axliupore/mcp-code-runner"
  ]
}

About This MCP Server

axliupore/mcp-code-runner

An MCP server for running code locally via Docker and supporting multiple programming languages.

GitHub: https://github.com/axliupore/mcp-code-runner

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub