MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. PRIMS

PRIMS

hileamlakBbyhileamlakB
•
3
•
Developer Tools
Data Science & ML
Security & Testing

Enables LLM agents to safely execute arbitrary Python code within a secure, ephemeral sandbox via a lightweight, open-source Model Context Protocol (MCP) server.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

  • 21st-dev

    Magic

    Generate modern UI components instantly from natural language descriptions within your IDE.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

PRIMS is a lightweight, open-source Model Context Protocol (MCP) server designed to empower LLM agents with the ability to safely execute arbitrary Python code. It provides a secure, throw-away sandbox for each execution, ensuring isolation and reproducibility. The server exposes a simple `run_code` tool that manages virtual environments, installs dependencies, handles file mounts, and streams back standard output and error, making it versatile for various deployment scenarios including direct execution or Dockerized environments.

Key Features

01Offers zero-configuration setup for local development or Docker deployment.
023 GitHub stars
03Executes user-supplied Python code in a secure, isolated sandbox.
04Spins up fresh virtual environments for each execution, installing requested pip packages.
05Streams back standard output (stdout) and standard error (stderr) from executed code.
06Supports mounting optional read-only files into the execution environment.

Use Cases

01Allowing LLM agents to safely perform dynamic code execution and testing.
02Facilitating automated code debugging and error resolution through LLM integration.
03Providing a secure runtime environment for AI-driven code generation and validation.