P
python-run-mcp
...
Created 12/20/2024bytopherbc
Language:
Python
Stars:
2
Forks:
1
MCP Server
Python service implementing Model Context Protocol (MCP) for Python code execution via standardized API endpoints.
Installation
pip install -r requirements.txt
Usage
- Start the server:
python src/server.py
- Send requests to the
/run_python
endpoint:
curl -X POST http://localhost:8000/run_python \
-H "Content-Type: application/json" \
-d '{"code": "print(\'Hello, World!\')"'
Development
- Follow the modular structure
- Run tests before submitting changes
- Update documentation as needed
License
MIT
Last updated: 1/15/2025
Publisher info
More MCP servers built with Python
https://github.com/fastnai/mcp-fastn
Unified Context Layer (UCL) is a multi-tenant Model Context Protocol (MCP) server that enables AI agents, automation platforms, and applications to connect to over 1,000 SaaS tools—such as Slack, Jira, Gmail, Shopify, Notion, and more—via a single standardized /command endpoint.
By Fastn
Web-To-MCP
Bridge the gap between design and code. Send pixel-perfect website components directly to Cursor or Claude Code using Model Context Protocol (MCP). No more screenshots or descriptions needed.
By Web-To-MCP