sandbox-mcp

YujiSuzuki/sandbox-mcp
★ 0 stars Go Code/Dev Tools Updated today
Stdio MCP server for AI sandbox containers — auto-discovers and exposes shell scripts and Go tools as MCP tools
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sandbox-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/YujiSuzuki/sandbox-mcp@latest"
      ]
    }
  }
}

README Excerpt

A lightweight MCP (Model Context Protocol) server that discovers and executes scripts and tools inside AI Sandbox containers. SandboxMCP runs inside a container via stdio transport, providing AI coding assistants with access to project-specific scripts and tools. It automatically discovers shell scripts in `.sandbox/scripts/` and Go tools in `.sandbox/tools/`.

Tools (6)

get_script_infoget_tool_infolist_scriptslist_toolsrun_scriptrun_tool