Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Iflow Mcp Mcp Python

БесплатноНе проверен

MCP server providing a Python REPL with persistent session

GitHubEmbed

Описание

MCP server providing a Python REPL with persistent session

README

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.

Python REPL Server MCP server

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.

from github.com/hdresearch/mcp-python

Установить Iflow Mcp Mcp Python в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install iflow-mcp-mcp-python

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add iflow-mcp-mcp-python -- uvx mcp-python

Пошаговые гайды: как установить Iflow Mcp Mcp Python

FAQ

Iflow Mcp Mcp Python MCP бесплатный?

Да, Iflow Mcp Mcp Python MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Iflow Mcp Mcp Python?

Нет, Iflow Mcp Mcp Python работает без API-ключей и переменных окружения.

Iflow Mcp Mcp Python — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Iflow Mcp Mcp Python в Claude Desktop, Claude Code или Cursor?

Открой Iflow Mcp Mcp Python на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Iflow Mcp Mcp Python with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development