# axliupore/mcp-code-runner [Health: Active]

**Category:** ☁️ Cloud Platforms  
**Repository:** https://github.com/axliupore/mcp-code-runner  
**GitHub Stars:** 18  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/axliupore-mcp-code-runner

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "mcp-code-runner": {
    "command": "npx",
    "args": ["-y","axliupore-mcp-code-runner"]
  }
}
```

## Documentation & README

# mcp-code-runner

[![smithery badge](https://smithery.ai/badge/@axliupore/mcp-code-runner)](https://smithery.ai/server/@axliupore/mcp-code-runner)


基于 MCP 协议的代码执行器，最后是通过 Docker 来进行代码执行的，所以本机上需要有 Docker 的环境.

## 支持功能

- [x] 支持 MCP 协议
- [x] 支持代码执行，获得代码执行的结果
- [ ] 获取代码执行的时间、内存等信息
