DockaShell
@anzax
关于 DockaShell
DockaShell is an MCP server that gives AI agents isolated Docker containers to work in. MCP tools for shell access, file operations, and full audit trail.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dockashell": {
"command": "dockashell",
"args": [
"serve"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DockaShell?
DockaShell is an MCP (Model Context Protocol) server that gives AI agents isolated Docker containers to work in. Each agent gets its own persistent environment with shell access, file operations, and full audit trails.
How to use DockaShell?
Install globally with npm install -g dockashell, then run dockashell build, dockashell create my-project, and dockashell start my-project. Add the server to your MCP client configuration using command dockashell with args ["serve"]. Requires Node.js 20+ and Docker running.
Key features of DockaShell
- Shell-based workflows instead of specialized tools
- Container isolation for host system safety
- Persistent workspace surviving across sessions
- Complete audit trail for every command
- Self-evolving agents building their own tools
- Autonomous exploration without constant approval
Use cases of DockaShell
- Data analysis with Python environment and CSV processing
- Web development building React apps with live preview
- Research assistant with persistent SQLite databases
- Meta-learning by analyzing previous traces to improve
FAQ from DockaShell
What problems does DockaShell solve?
It addresses no persistent memory, tool babysitting, limited toolsets, and lack of self-reflection in current AI assistants.
How does it ensure security?
Each agent runs in an isolated Docker container, giving full autonomy inside with zero risk to the host system.
What are the requirements?
Node.js 20+ and a running Docker engine.
Can agents persist data across sessions?
Yes, each container uses a persistent volume so files, databases, and context survive between sessions.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论