sandbox-mcp — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentssandbox-mcp
    Back to Agents
    sandbox-mcp

    sandbox-mcp

    bird February 11, 2026
    1 copies 0 downloads

    Local AI agent sandbox — run isolated Linux VMs on your Mac in ~60ms. No cloud, no containers sharing your kernel. Works with Claude Code, Cursor, and any MCP client.

    Agent Definition
    # sandbox-mcp [![CI](https://github.com/bird/sandbox-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/bird/sandbox-mcp/actions/workflows/ci.yml)
    
    Local AI agent sandbox. Run isolated Linux VMs on your Mac in ~60ms. No cloud costs. VM-level isolation via Virtualization.framework. Works with MCP clients that support local stdio servers (Claude Code, Claude Desktop, Cursor).
    
    ## What this is
    
    An MCP server that gives AI agents a sandboxed Linux environment using [Apple Containerization](https://github.com/apple/containerization) (Virtualization.framework). Each sandbox is a real VM — not a container sharing your kernel — that boots in ~700ms and executes commands in ~60ms via a persistent shell over vsock.
    
    **Compared to cloud sandboxes (as of early 2025):**
    
    | | Exec latency | Cost | Isolation |
    |---|---|---|---|
    | **This (local)** | ~60ms | Local hardware | VM (Virtualization.framework) |
    | E2B | ~150ms + network | $0.18/hr | Firecracker microVM |
    | Daytona | ~90ms + network | Usage-based | Docker container |
    
    ## Quick demo
    
    Once registered, your MCP client can use the sandbox tools directly:
    
    ```
    Agent: exec(command="uname -a")
    → Linux mcp-sb-abc123 6.12.6 #1 SMP aarch64 Linux
    
    Agent: install(packages="python3 py3-pip")
    → Installed python3 py3-pip (1230ms)
    
    Agent: exec(command="python3 -c 'print(sum(range(1000)))'")
    → 499500
    
    Agent: bg(command="python3 -m http.server 8000")
    → Started [bg-a1b2c3] PID 42
    
    Agent: expose(port=8000)
    → Forwarding localhost:8000 → 'default':8000
      Open http://localhost:8000
    ```
    
    Cold boot is ~700ms, subsequent commands ~60ms each.
    
    ## Requirements
    
    - Apple Silicon Mac (M1+)
    - macOS 15 Sequoia+
    - Python 3.11+
    - [uv](https://docs.astral.sh/uv/) (for packaging)
    
    ## Setup
    
    ### 1. Install Apple Containers
    
    ```bash
    # Download and install the container CLI
    curl -LO https://github.com/apple/containerization/releases/download/v0.9.0/container-v0.9.0.pkg
    sudo installer -pkg container-v0.9.0.pkg -target /
    
    # Start the container system (dow

    Tags

    ai-agentsapple-containerizationapple-siliconclaude-codedeveloper-toolslinux-vmmacosmcpmcp-servermodel-context-protocol

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.