mcp-server-danchoicloud
0
The MCP Server for DanchoiCloud is a flexible server tool designed to interface with Docker for deploying services. It is compatible across platforms, including Linux, macOS, and Windows. The project is open-source and licensed under the MIT License.
MCP Server for DanchoiCloud
Description
MCP Server Danchoicloud: Check out my blog at @hoangndst.
Configuration
1. With Continue:
- Linux:
/home/$USER/.continue/config.yaml
mcpServers: - name: danchoicloud command: /usr/bin/docker args: - run - -i - --rm - hoangndst/mcp-server-danchoicloud:${VERSION}
2. With Cursor:
- Linux:
/home/$USER/.cursor/mcp.json
{ "mcpServers": { "danchoicloud": { "command": "docker", "args": ["run", "-i", "--rm", "hoangndst/mcp-server-danchoicloud:${VERSION}"] } } }
3. With Claude for Desktop:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Linux:
/home/$USER/.config/Claude/claude_desktop_config.json
(try to install Claude Desktop for Linux){ "mcpServers": { "danchoicloud": { "command": "docker", "args": ["run", "-i", "--rm", "hoangndst/mcp-server-danchoicloud:${VERSION}"] } } }
Usage

Figure 1: Result from get_sieu_nhan
from danchoicloud
local server
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.