About Fastmcp Python Repl Server
Fastmcp Python Repl Server is an MCP server in the Agents category: ๐ค A powerful Python REPL server built with FastMCP โ run code via LLM tools | OpenAI & Claude compatible. It has been installed 0 times through Conduid.
Install
git clone https://github.com/Pokemon455/fastmcp-python-repl-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Fastmcp Python Repl Server
Powered by Claude · Grounded in docs
Security checks
- ยทREADME presentNot checked yet.
- ยทLicense declaredNot checked yet.
- ยทTests presentNot checked yet.
- ยทDependencies pinnedNot checked yet.
- ยทNo dynamic code executionNot checked yet.
- ยทScoped permissionsNot checked yet.
README
โก FastMCP Python REPL Server
๐ค A powerful Python REPL server built with FastMCP โ enabling LLMs (Claude, GPT-4, etc.) to execute Python code in real-time!
๐ What is this?
This is an MCP (Model Context Protocol) server that exposes a Python REPL as a tool. This means:
- ๐ง Your AI (Claude, GPT-4, etc.) can write AND run Python code
- ๐ Perfect for data analysis, automation, and complex calculations
- โก Built on FastMCP for blazing fast performance
โจ Features
- ๐ Full Python REPL execution environment
- ๐ง MCP-compatible (works with Claude, OpenAI, any LLM)
- ๐ฆ Easy to install and run
- ๐ Sandboxed execution
- ๐ HTTP server with SSE support
๐ฆ Installation
git clone https://github.com/Pokemon455/fastmcp-python-repl-server.git
cd fastmcp-python-repl-server
pip install -r requirements.txt
๐ Usage
python server.py
Then connect your LLM client to the MCP server endpoint!
๐ ๏ธ Tech Stack
- FastMCP โ MCP server framework
- Python โ REPL execution
- SSE โ Real-time streaming
๐ Star this repo if it helped you!
๐จโ๐ป Author
Arbaz โ AI/ML Developer
- GitHub: @Pokemon455
README mirrored from the source repository 2 months ago. The original is authoritative.