SERVER
Code Runner
Rank #2541glama/formulahendry/mcp-server-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 #2541 of 58,900 servers tracked on MCP Toplist, and its repository has 241 GitHub stars. Code Runner is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 3 tracked versions. It was first listed on Mar 19, 2025 and most recently updated on Sep 25, 2025.
STANDING
#2,541of 58,900 tracked serversTop 5%
Ranks ahead of 56,359 of 58,900 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": {
"mcp-server-code-runner": {
"command": "npx",
"args": [
"-y",
"mcp-server-code-runner"
]
}
}
}Docker image
{
"mcpServers": {
"mcp-server-code-runner": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/formulahendry/mcp-server-code-runner:0.1.8"
]
}
}
}REGISTRIES
Listed on 3 registries (1 delisted)
ORGANIZATION
formulahendry
MORE FROM THIS PUBLISHER
Other servers by formulahendry
- Spec Driven Development#2272 · 2 vers
- generator-mcp MCP Server#7219
- MCP Server MCP Registry#18038 · 1 ver
- Code Runner MCP Server for VS Code MCP Server#27341
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
- What is Code Runner?
- MCP server providing code-runner capabilities
- 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 an official MCP server?
- Yes — Code Runner is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- 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