
mcp-server-docker MCP Server
The mcp-server-docker MCP Server enables AI assistants to manage Docker containers through natural language. Integrate this MCP with FlowHunt and other clients ...
Run, test, and manage code safely in a Docker-powered sandbox with Code Sandbox MCP Server for FlowHunt. Ideal for AI, automation, and secure developer workflows.
The Code Sandbox MCP (Model Context Protocol) Server is a specialized tool designed to provide AI assistants and applications with a secure, isolated environment for executing code. Using Docker containerization, it enables safe code execution by managing flexible, disposable containers that run user or AI-generated code. This sandboxed approach ensures high security, preventing code from affecting the host system or leaking sensitive data. The server facilitates various development workflows, including running shell commands, transferring files, and streaming logs, all inside custom or user-chosen Docker images. By exposing these capabilities through the MCP protocol, Code Sandbox MCP helps AI developers automate, test, and manage code securely and efficiently, unlocking advanced capabilities for AI-powered agents and developer tools.
No prompt templates are explicitly mentioned in the repository or documentation.
No explicit MCP resources are described in the repository or documentation.
~/.windsurf/config.json
).mcpServers
section:{
"mcpServers": {
"code-sandbox": {
"command": "npx",
"args": ["@Automata-Labs-team/code-sandbox-mcp@latest"]
}
}
}
Use environment variables to store sensitive keys:
{
"mcpServers": {
"code-sandbox": {
"command": "npx",
"args": ["@Automata-Labs-team/code-sandbox-mcp@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"apiKey": "${API_KEY}"
}
}
}
}
{
"mcpServers": {
"code-sandbox": {
"command": "npx",
"args": ["@Automata-Labs-team/code-sandbox-mcp@latest"]
}
}
}
{
"mcpServers": {
"code-sandbox": {
"command": "npx",
"args": ["@Automata-Labs-team/code-sandbox-mcp@latest"]
}
}
}
{
"mcpServers": {
"code-sandbox": {
"command": "npx",
"args": ["@Automata-Labs-team/code-sandbox-mcp@latest"]
}
}
}
Note: Always use environment variables to manage sensitive configuration items like API keys. See the example above for how to set
env
andinputs
in your configuration.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"code-sandbox": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “code-sandbox” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resources found |
List of Tools | ✅ | Container management, file ops, command exec, logging, etc. |
Securing API Keys | ✅ | Provided example for using env vars in JSON config |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support |
This MCP server provides robust, essential functionality for secure code execution using containerization, and offers practical setup instructions. However, it lacks explicit documentation for MCP prompt templates and resource primitives, which limits its direct plug-and-play usability in some MCP contexts. The presence of a clear license, active development, and a good number of stars/forks increases its reliability. Roots and sampling are not mentioned or supported.
Rating: 7/10. Excellent for secure code execution and developer workflows, but would benefit from richer MCP-native documentation and resource/prompt definitions.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 29 |
Number of Stars | 203 |
The Code Sandbox MCP Server is a tool that provides secure, isolated Docker containers for running code. It enables AI assistants and developer tools to execute, test, and manage code safely and efficiently without risking the host system.
It offers flexible Docker container management, custom environment support, file operations, arbitrary shell command execution, and real-time logging—all accessible via the MCP protocol.
Secure code execution, automated testing, AI agent coding tasks, educational sandboxes, and integration into CI/CD pipelines are the main use cases.
Setup involves adding the server to your preferred client's configuration (Windsurf, Claude, Cursor, or Cline), ensuring Docker is running, and restarting the client. See the configuration examples above for detailed steps.
By running all code inside disposable Docker containers, the server ensures code cannot affect the host system or leak sensitive data, providing robust isolation and security.
Yes, you can use any Docker image as the execution environment, letting you tailor the sandbox for specific languages or project requirements.
No explicit prompt templates or MCP resource primitives are included in the documentation, but all core tooling for code execution is supported.
The server is licensed under MIT, with 203 stars and 29 forks, showing active development and community use.
Experience safe, flexible, and automated code execution with FlowHunt’s Code Sandbox MCP Server. Perfect for AI agents, developers, and educational environments.
The mcp-server-docker MCP Server enables AI assistants to manage Docker containers through natural language. Integrate this MCP with FlowHunt and other clients ...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The Codacy MCP Server bridges AI assistants with the Codacy platform, enabling automated code quality, security analysis, repository management, and developer w...