DanchoiCloud的MCP服务器
 ](https://github.com/hoangndst/mcp-server-danchoicloud/releases) ](https://pypi.org/project/mcp-server-danchoicloud) ](https://hub.docker.com/r/hoangndst/mcp-server-danchoicloud)
描述
MCP服务器Danchoicloud:查看我的博客 @hoangdst.
配置
1.使用Continue:
- Linux:
/home/$USER/.continue/config.yaml
mcpServers:
- name: danchoicloud
command: /usr/bin/docker
args:
- run
- -i
- --rm
- hoangndst/mcp-server-danchoicloud:${VERSION}2.使用光标:
- Linux:
/home/$USER/.cursor/mcp.json
{
"mcpServers": {
"danchoicloud": {
"command": "docker",
"args": ["run", "-i", "--rm", "hoangndst/mcp-server-danchoicloud:${VERSION}"]
}
}
}3.使用Claude桌面版:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - 窗户:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
/home/$USER/.config/Claude/claude_desktop_config.json(试着
安装 Linux版克劳德桌面)
{
"mcpServers": {
"danchoicloud": {
"command": "docker",
"args": ["run", "-i", "--rm", "hoangndst/mcp-server-danchoicloud:${VERSION}"]
}
}
}用法
Figure 1: Result from get_sieu_nhan from danchoicloud local server
许可证
此MCP服务器根据MIT许可证获得许可。这意味着您可以自由使用、修改和分发软件, 根据麻省理工学院许可证的条款和条件。有关更多详细信息,请参阅项目中的LICENSE文件 存储库。

