C
Container Sandbox
Provides a secure, sandboxed environment for executing code, running commands, accessing files, and performing web operations through multi-layered isolation in
Share:
About
Provides a secure, sandboxed environment for executing code, running commands, accessing files, and performing web operations through multi-layered isolation including containers, AppArmor, and Firejail.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Container Sandbox.
- What is the Container Sandbox MCP?
- The Container Sandbox MCP provides a secure environment for executing code, running commands, accessing files, and performing web operations. It uses multi-layered isolation, including containers, AppArmor, and Firejail, to ensure secure operation.
- How do I install the Container Sandbox in an MCP client like Cline?
- Installation in clients like Cline typically involves adding the MCP's repository URL (https://github.com/54rt1n/container-mcp) to the client's settings. Follow the client's documentation for specific steps on adding new MCP servers.
- Does the Container Sandbox MCP require an API key or other credentials?
- No, the Container Sandbox MCP does not require an API key, OAuth, or any other credentials for access. It uses the 'none' authentication type.
- What are the key capabilities offered by the Container Sandbox?
- The Container Sandbox allows for secure execution of code, command line operations, file system access, and web interactions. Its core capability is providing a highly isolated environment for these tasks.
- What are the common use cases for the Container Sandbox?
- Typical use cases include safely testing untrusted code, running potentially malicious commands in an isolated environment, and performing web-related tasks without affecting the host system. It's designed for scenarios requiring strong security boundaries.
- Are there any prerequisites for using the Container Sandbox?
- A key prerequisite for the Container Sandbox is a host system capable of running containers and supporting AppArmor and Firejail for full isolation. Performance may vary based on host resources.
Install Container Sandbox
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"container-sandbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-container-sandbox"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"container-sandbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-container-sandbox"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"container-sandbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-container-sandbox"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.