Skip to main content

MCP server providing a Python REPL with persistent session

Project description

Python REPL MCP Server

This MCP server provides a Python REPL (Read-Eval-Print Loop) as a tool. It allows execution of Python code through the MCP protocol with a persistent session.

Setup

No setup needed! The project uses uv for dependency management.

Running the Server

Simply run:

uv run src/python_repl/server.py

Usage with Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "python-repl": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/python-repl-server",
        "run",
        "mcp_python"
      ]
    }
  }
}

The server provides three tools:

  1. execute_python: Execute Python code with persistent variables

    • code: The Python code to execute
    • reset: Optional boolean to reset the session
  2. list_variables: Show all variables in the current session

  3. install_package: Install a package from pypi

Examples

Set a variable:

a = 42

Use the variable:

print(f"The value is {a}")

List all variables:

# Use the list_variables tool

Reset the session:

# Use execute_python with reset=true

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. Here are some ways you can contribute:

  • Report bugs
  • Suggest new features
  • Improve documentation
  • Add test cases
  • Submit code improvements

Before submitting a PR, please ensure:

  1. Your code follows the existing style
  2. You've updated documentation as needed
  3. Maybe write some tests?

For major changes, please open an issue first to discuss what you would like to change.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iflow_mcp_mcp_python-0.1.3.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iflow_mcp_mcp_python-0.1.3-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file iflow_mcp_mcp_python-0.1.3.tar.gz.

File metadata

File hashes

Hashes for iflow_mcp_mcp_python-0.1.3.tar.gz
Algorithm Hash digest
SHA256 ad3833361fd406dc05eadac122c8d6bd975573b67f9fb13f66e0d9cd211ca2cf
MD5 885edc19ecc6a3e557b59be9761d7294
BLAKE2b-256 07b83adb521514bd57f6a8eeb9be01faf446ef8da18a44787c1ab101182f7259

See more details on using hashes here.

File details

Details for the file iflow_mcp_mcp_python-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for iflow_mcp_mcp_python-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6197731f2d59c5d7dcbc970b0b842a200eac23e6fbcd79dc12a3f7bf776451ff
MD5 bb5ae53d85d6633b73574c061203a696
BLAKE2b-256 d8eba1226f4cc1035d5233e9daa711f0eabcc4aa30a3982a07011c6c73fdfcd1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page