SERVER

Code Runner

Rank #4,111

io.github.formulahendry/code-runner

MCP server providing code-runner capabilities

First listed
Mar 19, 2025
Last publish date
Sep 25, 2025
OVERVIEW

Code Runner is a Model Context Protocol (MCP) server published by formulahendry. It ranks #4,111 of 76,851 servers tracked on MCP Toplist, and its repository has 242 GitHub stars. Code Runner is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Mar 19, 2025 and most recently updated on Sep 25, 2025.

STANDING
#4,111of 76,851 tracked serversTop 10%

Ranks ahead of 72,740 of 76,851 servers on MCP Toplist.

CONNECT

Use Code Runner

Add Code Runner to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-code-runner"
      ]
    }
  }
}
Docker image
{
  "mcpServers": {
    "code-runner": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/formulahendry/mcp-server-code-runner:0.1.8"
      ]
    }
  }
}
REGISTRIES

Listed on 1 registry (3 delisted)

PulseMCPDelisted · last seen Jun 4, 2026
mcp.soDelisted · last seen Jun 4, 2026
GlamaDelisted · last seen Jun 4, 2026
ORGANIZATION

formulahendry

Organization
Servers in org
5
Versions across org
6
MORE FROM THIS PUBLISHER

Other servers by formulahendry

View all formulahendry servers →
VERSIONS

Available versions (3)

0.1.0 · Nov 25, 20240.1.8 · Sep 9, 20250.1.9 · Sep 25, 2025Nov 25, 2024Sep 25, 2025
VersionPublished
0.1.9Sep 25, 2025
0.1.8Sep 9, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

Who maintains Code Runner?
Code Runner is maintained by formulahendry, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
Is Code Runner listed on the Official MCP Registry?
Yes — Code Runner is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
How many versions does Code Runner have?
MCP Toplist tracks 3 versions of Code Runner, most recently published on Sep 25, 2025.
Where can I find the source code for Code Runner?
The source code for Code Runner is hosted at github.com/formulahendry/mcp-server-code-runner.
EXPLORE