1. Conduid
  2. Developer Tools
  3. Server
MCP server · Developer Tools

Server

An MCP server that provides isolated sandbox environments for executing code in multiple programming languages. Built for AI assistants and developers who need secure, containerized code execution.

Unclaimed last commit 11 months ago devtools
43Fair

Scored 3 months ago · breakdown

About Server

Server is an MCP server published by sandboxrunner in the Developer Tools category: an MCP server that provides isolated sandbox environments for executing code in multiple programming languages. Built for AI assistants and developers who need secure, containerized code execution. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit 11 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Server

Powered by Claude · Grounded in docs

I know everything about Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

SandboxRunner

SandboxRunner Banner

Multi-language MCP (Model Context Protocol) server providing isolated sandbox environments for secure code execution. Uses runc/OCI containers for process isolation and supports Python, JavaScript/TypeScript, Go, Rust, Java, C++, C#, and Shell.

Features

  • Secure containerized code execution with runc/OCI
  • Multi-language support with language-specific handlers
  • Resource monitoring and limits (CPU, memory, disk)
  • SQLite-based persistence for sandbox state
  • MCP protocol over stdio or HTTP/WebSocket
  • Configurable security policies and audit logging

Quick Start

Build and run:

make build
make run

Generate configuration:

make config

Run tests:

make test

Documentation

Configuration

Server configuration is managed through config/mcp-sandboxd.yaml. See Getting Started for configuration options.

Requirements

  • Go 1.24+
  • runc container runtime
  • Linux with container support

License

MIT

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Server

How do I install Server?

Run npx mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Server safe to use with an AI agent?

Its trust score is 43 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Server still maintained?

The last commit was 11 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.