ForeverVM
STDIOOfficialMCP server enabling Claude to execute Python code in a REPL environment
MCP server enabling Claude to execute Python code in a REPL environment
MCP Server for ForeverVM, enabling Claude to execute code in a Python REPL.
create-python-replrun-python-in-repl
code (string): code that the Python REPL will run.replId (string): ID of the REPL to run the code on.Run the following command:
npx forevervm-mcp install --claude
For other MCP clients, see the docs.
In the MCP client, set the command to npm and the arguments to:
["--prefix", "<path/to/this/directory>", "run", "start", "run"]