Back to directory
PRIMS

PRIMS

@hileamlakB27

PRIMS is a lightweight, open-source Model Context Protocol (MCP) server that lets LLM agents safely execute arbitrary Python code in a secure, throw-away sandbox.

pythoninterpretersandboxcode executionLLM tooltool

Installation & Configuration

{
  "mcpServers": {
    "PRIMS": {
      "url": "http://localhost:9000/mcp",
      "transports": [
        "streamable"
      ]
    }
  }
}

Information

Transport
streamable
Language
Python
Created
2025/6/25
Updated
2026/6/7