Mcp Server Danchoicloud

by hoangndst

170 downloads
Not rated
GitHub Website

About

Mcp Server Danchoicloud is a Model Context Protocol server that provides access to the DanchoiCloud blog (by @hoangndst). It is designed to be used with MCP-enabled clients such as Continue, Cursor, and Claude for Desktop.

Details

Author
hoangndst
Downloads
170
Categories
Other, AI

- Runs as a lightweight Docker container.
- Works with Continue, Cursor, and Claude Desktop.
- Provides blog-related tools (e.g., get_sieu_nhan).
- Licensed under MIT for free use and modification.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Server Danchoicloud
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run the server as a Docker container. Configure it in your MCP client by adding the Docker command docker run -i --rm hoangndst/mcp-server-danchoicloud:${VERSION} to the client’s MCP server settings (e.g., ~/.continue/config.yaml, ~/.cursor/mcp.json, or claude_desktop_config.json).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server danchoicloud": {
            "danchoicloud": {
                "command": "docker",
                "args": [
                    "run",
                    "-i",
                    "--rm",
                    "hoangndst/mcp-server-danchoicloud:${VERSION}"
                ]
            }
        }
    }
}

McpServers

{
    "danchoicloud": {
        "command": "docker",
        "args": [
            "run",
            "-i",
            "--rm",
            "hoangndst/mcp-server-danchoicloud:${VERSION}"
        ]
    }
}
## MCP Server for DanchoiCloud [![Release](https://github.com/hoangndst/mcp-server-danchoicloud/actions/workflows/release.yaml/badge.svg)](https://github.com/hoangndst/mcp-server-danchoicloud/actions/workflows/release.yaml) [![GitHub release](https://img.shields.io/github/release/hoangndst/mcp-server-danchoicloud.svg)](https://github.com/hoangndst/mcp-server-danchoicloud/releases) [![PyPI - Version](https://img.shields.io/pypi/v/mcp-server-danchoicloud)](https://pypi.org/project/mcp-server-danchoicloud) [![Docker Image Version](https://img.shields.io/docker/v/hoangndst/mcp-server-danchoicloud)](https://hub.docker.com/r/hoangndst/mcp-server-danchoicloud) ### Description MCP Server Danchoicloud: Check out my blog at [@hoangndst](https://hoangndst.com/blog/model-context-protocol). ### 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](https://github.com/aaddrick/claude-desktop-debian)) ```json { "mcpServers": { "danchoicloud": { "command": "docker", "args": ["run", "-i", "--rm", "hoangndst/mcp-server-danchoicloud:${VERSION}"] } } } ``` ### Usage <div align="center"> <img id="figure-1" src="./assets/1.png" alt="Result from get_sieu_nhan from danchoicloud local server" style="width: 80%; max-width: 600px; height: auto; border-radius: 8px;" /> <p>Figure 1: Result from <code>get_sieu_nhan</code> from <code>danchoicloud</code> local server</p> </div> ### 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.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.