developer tools
Mcp Code Runner
An MCP server for running code locally via Docker and supporting multiple programming languages.
typescript
local
developer tools
Installation
npx -y axliupore/mcp-code-runnerConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub