LogoSTMCP
Download
forevervm

foreverVM

foreverVM provides a secure API for running arbitrary, stateful Python code with persistent machines that automatically swap between memory and disk when idle.

Tools

1. repl

Connect to a new or existing machine to run Python code interactively.

2. exec

Execute Python statements or expressions on a machine and retrieve the result.

3. createMachine

Create a new machine with optional tags and memory limits.

4. listMachines

List machines, optionally filtered by tags.

Open Graph image for foreverVM

JSON Config

{
  "command": "npx",
  "args": ["forevervm", "repl"],
  "env": {
    "FOREVERVM_TOKEN": "your-api-token-here"
  }
}

Information