Exec Sandbox
Rank #25,209io.github.inhuman/mcp-exec
Single exec tool running caller Python in a network-isolated locked-down sandbox.
Exec Sandbox is a Model Context Protocol (MCP) server published by inhuman. It ranks #25,209 of 96,771 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Exec Sandbox is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 17, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 71,562 of 96,771 servers on MCP Toplist.
Use Exec Sandbox
No credentials or required configuration declared — add it to your MCP client and go.
Add Exec Sandbox to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mcp-exec": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/idconstruct/mcp-exec:v0.5.2"
],
"env": {
"MCP_EXEC_TRANSPORT": "<your MCP_EXEC_TRANSPORT>",
"MCP_EXEC_DEFAULT_TIMEOUT_S": "<your MCP_EXEC_DEFAULT_TIMEOUT_S>",
"MCP_EXEC_MAX_TIMEOUT_S": "<your MCP_EXEC_MAX_TIMEOUT_S>",
"MCP_EXEC_MAX_OUTPUT_BYTES": "<your MCP_EXEC_MAX_OUTPUT_BYTES>",
"MCP_EXEC_MAX_STDIN_BYTES": "<your MCP_EXEC_MAX_STDIN_BYTES>",
"MCP_EXEC_AUTH_TOKEN": "<your MCP_EXEC_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.inhuman%2Fmcp-exec)<a href="https://mcptoplist.com/server/io.github.inhuman%2Fmcp-exec"><img src="https://mcptoplist.com/badge/io.github.inhuman%2Fmcp-exec.svg" alt="MCP Toplist: Top 50% of 96,771" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
inhuman
Other servers by inhuman
View all inhuman servers →Available versions (1)
| Version | Published |
|---|---|
| 0.5.2 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Exec Sandbox?
- Exec Sandbox is maintained by inhuman, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Exec Sandbox listed on the Official MCP Registry?
- Yes — Exec Sandbox is listed on the Official MCP Registry, alongside Glama.
- How many versions does Exec Sandbox have?
- MCP Toplist tracks 1 version of Exec Sandbox, most recently published on Jul 17, 2026.
- Where can I find the source code for Exec Sandbox?
- The source code for Exec Sandbox is hosted at github.com/inhuman/mcp-exec.