SERVER
Code Runner
Rank #4,111io.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)
ORGANIZATION
formulahendry
MORE FROM THIS PUBLISHER
Other servers by formulahendry
- Spec Driven Development#3,936 · 2 vers
- generator-mcp MCP Server#11,488
- MCP Server MCP Registry#21,077 · 1 ver
- Code Runner MCP Server for VS Code MCP Server#33,644
VERSIONS
Available versions (3)
| Version | Published |
|---|---|
| 0.1.9 | Sep 25, 2025 |
| 0.1.8 | Sep 9, 2025 |
| 0.1.0 | Nov 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