Run async Python and shell commands with persistent state and background jobs.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-async-repl" yet — see the docs or source repo.
Start an async Python session, define an async function, run 3 tasks concurrently, print each task's completion time, and keep the variables for later debugging.
A persistent interactive Python session result with concurrent task output and preserved runtime state.
Start a long-running shell command in the background, then show me how to check its status, read its output, and terminate it if needed.
A background job ID, status-check method, log output access, and instructions to stop the job.
Run a Python script that triggers input() or interactive prompts; when input is requested, relay the question to me and continue execution after I reply.
A step-by-step interactive execution flow with prompt relaying, user input bridging, and final results.
Run persistent Python sessions safely across multiple turns with sandboxing and timeouts.
Enables secure local development with files, shell, editing, and persistent sessions.
Run terminal commands, execute Python, and manage files for local automation.
Give AI interactive terminal sessions for REPLs, SSH, and command-line tools.
Use one MCP server for filesystem, database, web, and system operations.
Securely diagnose remote servers over SSH with guarded read and write access.