Search for:

A server to provide a Python REPL environment

  • Why this server?

    Supports stateful REPL sessions, which can be adapted for Python by using a Javascript environment that supports Python execution (e.g., through Transcrypt or similar technologies).

    -
    security
    F
    license
    -
    quality
    Allows AI models to run JavaScript/TypeScript code through Model Context Protocol tool calls, supporting both one-time script execution and stateful REPL sessions with npm package integration.
    TypeScript
  • Why this server?

    Provides a safe and local Python execution environment, allowing Claude to run Python code, though it is not explicitly a REPL environment, the sandboxed environment can be used to implement one.

    A
    security
    A
    license
    A
    quality
    Stdio MCP Server wrapping custom Python runtime (LocalPythonExecutor) from Hugging Faces' smolagents framework. The runtime combines the ease of setup (compared to docker, VM, cloud runtimes) while providing safeguards and limiting operations/imports that are allowed inside the runtime.
    1
    7
    Python
    MIT License
    • Apple
  • Why this server?

    Provides an interactive Python REPL environment that maintains persistent session state, allowing users to execute Python code and access session history, directly matching the request.

    -
    security
    F
    license
    -
    quality
    Provides an interactive Python REPL environment that maintains persistent session state, allowing users to execute Python code and access session history.
    49
    Python
    • Apple
  • Why this server?

    Enables remote Python code execution, useful if you want to interact with an Unreal Engine environment using Python.

    -
    security
    F
    license
    -
    quality
    A server implementation that enables remote Python code execution in Unreal Engine environments, featuring automatic Unreal node discovery and management through a multicast network.
    2
    Python