MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. forevervm

forevervm

GitHub
Website

The foreverVM repository offers an API for securely running stateful Python code through machines and instructions. Users can interact with machines using a CLI tool for REPL sessions and machine management.

217
8

foreverVM

foreverVM offers an API for securely running stateful Python code. It revolves around machines (stateful Python processes) and instructions (Python code to be executed). Machines process instructions sequentially.

Getting Started:

The CLI is the easiest way to interact with foreverVM. After logging in via npx forevervm login, you can start a REPL session with npx forevervm repl. Reconnect to existing machines using npx forevervm repl [machine_name]. List machines with npx forevervm machine list. Machines are automatically swapped between memory and disk for persistent REPL sessions.

Using the API:

The SDK allows programmatic interaction. Initialize ForeverVM with your API token. Use repl() to connect to a new machine and exec() to run code. Access results and standard output/error streams.

Working with Tags:

Machines can be created and filtered using tags for organization.

Memory Limits:

Machines can be created with specific memory limits in megabytes.

Repository

JA
jamsocket

jamsocket/forevervm

Created

January 18, 2025

Updated

March 28, 2025

Language

Rust

Category

Developer Tools