Skip to main content
Code ExecutionPython

hileamlakB/PRIMS

🐍 🏠 – A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment.

code-executionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hileamlakB/PRIMS

Claude Desktop configuration example:

{
  "mcpServers": {
    "prims": {
      "command": "npx",
      "args": [
        "-y",
        "hileamlakB/PRIMS"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Code Execution
Language
Python
Author
hileamlakB