← Index

io.github.formulahendry/code-runner

io.github.formulahendry/code-runner·v0.1.9·Other
Quality Score
66
/100

Code Runner MCP Server which can run code in various programming languages.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-code-runner"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-code-runner"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-code-runner
Claude Desktop (Docker)
{
  "mcpServers": {
    "code-runner": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/formulahendry/mcp-server-code-runner:0.1.8"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
11
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other