axliupore/mcp-code-runner
An MCP server for running code locally via Docker and supporting multiple programming languages.
Quick Start
Clone the repository:
git clone https://github.com/axliupore/mcp-code-runnerClaude Desktop configuration example:
{
"mcpServers": {
"mcp-code-runner": {
"command": "npx",
"args": [
"-y",
"axliupore/mcp-code-runner"
]
}
}
}Check the repository README for specific installation and configuration instructions.