Loading languages...
PR

PRIMS

@hileamlakB9

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

python
interpreter
sandbox
code execution
LLM tool

# mcpServer Config

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

# streamableURL

http://localhost:9000/mcp
Transport:
streamable
ภาษา:
python
สร้างเมื่อ:6/26/2025
อัปเดตเมื่อ:7/10/2025