mcp-server-danchoicloud

hoangndst/mcp-server-danchoicloud

3.1

If you are the rightful owner of mcp-server-danchoicloud and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Server Danchoicloud is a model context protocol server designed to facilitate seamless integration and management of model contexts across various platforms.

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.