Skip to main content
Developer ToolsTypeScript

axliupore/mcp-code-runner

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

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/axliupore/mcp-code-runner

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
axliupore