Back to MCP Servers
Code Runner
An MCP server for running code locally via Docker and supporting multiple programming languages.
developer-toolsdocker
By axliupore
Installation
npx -y mcp-code-runnerConfiguration
{
"mcpServers": {
"mcp-code-runner": {
"command": "npx",
"args": ["-y", "mcp-code-runner"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes