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