maxim-saplin/mcp_safe_local_python_executor
Safe Python interpreter based on HF Smolagents `LocalPythonExecutor`
Quick Start
Clone the repository:
git clone https://github.com/maxim-saplin/mcp_safe_local_python_executorClaude Desktop configuration example:
{
"mcpServers": {
"mcpsafelocalpythonexecutor": {
"command": "npx",
"args": [
"-y",
"maxim-saplin/mcp_safe_local_python_executor"
]
}
}
}Check the repository README for specific installation and configuration instructions.