Skip to main content
Coding AgentsUnknown

maxim-saplin/mcp_safe_local_python_executor

Safe Python interpreter based on HF Smolagents `LocalPythonExecutor`

coding-agents
Share:

Quick Start

Clone the repository:

git clone https://github.com/maxim-saplin/mcp_safe_local_python_executor

Claude 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.

Details

Category
Coding Agents
Language
Unknown
Author
maxim-saplin