trackmcp
Back to directory
hoangndst

mcp-server-danchoicloud

View on GitHub

MCP Server

0 stars PythonServers & Infrastructure Updated Mar 30, 2025
ai-agentmcp

Documentation

MCP Server for DanchoiCloud

Release
GitHub release
PyPI - Version
Docker Image Version

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.

Frequently asked questions

What is mcp-server-danchoicloud?

mcp-server-danchoicloud is MCP Server

How do I install mcp-server-danchoicloud?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-danchoicloud open source?

Yes — it is hosted on GitHub at https://github.com/hoangndst/mcp-server-danchoicloud.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP