ForeverVM
Run Python in a code sandbox.
Ads
Overview
MCP Server for ForeverVM, enabling Claude to execute code in a Python REPL. - Create a Python REPL. - Returns: ID of the new REPL. 2. run-python-in-repl - Execute code in a Python REPL. - Required Inputs: - code (string): code that the Python REPL will run. - replId (string): ID of the REPL to run the code on. - Returns: Result of the code executed. In the MCP client, set the command to npm and the arguments to:
Installation
npx forevervm-mcp install --claude
Configuration
Configuration example is not available yet.
Capabilities
- Start a new Python REPL session
ask your assistant to create a fresh Python environment using `create-python-repl` and get back its session ID.
- Run Python code in an existing REPL
provide a REPL ID and code snippet to execute via `run-python-in-repl` and receive the output.
- Chain multiple code executions in one session
reuse the same REPL ID across several `run-python-in-repl` calls to build up state, variables, or results incrementally.
Tags
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.