Run Python in a code sandbox.
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"]
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
Integrates with Azure DevOps, allowing interaction with its services. Requires a Personal Access Token (PAT) for authentication.
An MCP server with built-in GitHub OAuth support, designed for deployment on Cloudflare Workers.
A terminal AI chat interface for any LLM model, with file context, MCP, and deployment support.
Work on your code with JetBrains IDEs
Generate and edit images using OpenAI's DALL-E models via the official Python SDK.
A server for blockchain interactions, offering Ethereum vanity address generation, 4byte lookup, ABI encoding, and multi-chain RPC calls.
Generates Supra Move contracts and TypeScript SDK code.
A NestJS module for building MCP servers to expose tools and resources for AI, with support for multiple transport types.
An AI-powered server that facilitates feature discussions between developers and AI, acting as a lead developer to guide implementation and architectural decisions.