MCP Server for ForeverVM, enabling Claude to execute code in a Python REPL.
MCP Server for ForeverVM, enabling Claude to execute code in a Python REPL.
create-python-repl
run-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"]