MCP Server
0 stars
Python
Updated Mar 30, 2025
ai-agent
mcp
Documentation
MCP Server for DanchoiCloud
Description
MCP Server Danchoicloud: Check out my blog at @hoangndst.
Configuration
1. With Continue:
- Linux:
/home/$USER/.continue/config.yaml
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
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)
json
{
"mcpServers": {
"danchoicloud": {
"command": "docker",
"args": ["run", "-i", "--rm", "hoangndst/mcp-server-danchoicloud:${VERSION}"]
}
}
}Usage
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.
Similar MCP
Based on tags & features
Trending MCP
Most active this week