MCP server exposing Agent Zero's code execution capabilities
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"code-execution-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Code Execution MCP Server A Model Context Protocol (MCP) server that exposes [Agent Zero's](https://github.com/agent0ai/agent-zero) battle-tested code execution capabilities. This MCP server allows any AI agent (Claude, Cursor, Windsurf, etc.) to execute terminal commands and Python code on the host system using Agent Zero's proven implementation. ## Features - **Execute Terminal Commands**: Run shell commands with full session persistence - **Execute Python Code**: Run Python code via IPython with session management - **Multiple Sessions**: Maintain separate execution contexts - **Smart Output Handling**: Automatic prompt detection, timeout management, and dialog detection - **Cross-Platform**: Works on Linux, macOS, and Windows (experimental) ## MCP Client Configuration (no installation needed) Add to your application MCP config: - simple case using uvx ```json { "mcpServers": { "code-execution": { "command": "uvx", "args": ["code-execution-mcp"] } } } ``` - or pipx if uvx is not installed ```json { "mcpServers": { "code-execution": { "command": "pipx", "args": ["run", "code-execution-mcp"] } } } ``` ## Additional configuration The MCP server can be configured via environment variables: ```bash # Shell executable (default: /bin/bash on Unix, powershell.exe on Windows) export CODE_EXEC_EXECUTABLE=/bin/bash # Init commands (semicolon-separated, run when creating new sessions, empty by default) export CODE_EXEC_INIT_COMMANDS="source /path/to/venv/bin/activate;export PATH=\$PATH:/custom/bin" # Timeout configuration (in seconds) export CODE_EXEC_FIRST_OUTPUT_TIMEOUT=30 # Wait for first output export CODE_EXEC_BETWEEN_OUTPUT_TIMEOUT=15 # Wait between output chunks export CODE_EXEC_DIALOG_TIMEOUT=5 # Detect dialog prompts export CODE_EXEC_MAX_EXEC_TIMEOUT=180 # Maximum execution time # Log directory (default empty = logging disabled) export CODE_EXEC_LOG_DIR=/path/to/logs ``` …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.