mannickutd/mcp-example
3.1
If you are the rightful owner of mcp-example and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is designed to execute Python code within a secure, sandboxed environment, ensuring safe and controlled execution of scripts.
mcp-example
Implementing mcp server to run python code within a sandboxed environment. https://ai.pydantic.dev/mcp/run-python/
Install
# Install the client
uv sync
# Install the server
curl -fsSL https://deno.land/install.sh | sh
Run the code
# Start the mcp server
uv run python mcp_studio_run_python.py