hileamlakB/PRIMS
π π β A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment.
Quick Start
Clone the repository:
git clone https://github.com/hileamlakB/PRIMSClaude Desktop configuration example:
{
"mcpServers": {
"prims": {
"command": "npx",
"args": [
"-y",
"hileamlakB/PRIMS"
]
}
}
}Check the repository README for specific installation and configuration instructions.