MCP Server for DanchoiCloud
by hoangndst
MCP Server for DanchoiCloud allows users to interact with models using a local server setup. It provides configuration options for Continue, Cursor, and Claude for Desktop, enabling seamless integration with various development environments.
View on GitHub
Last updated: N/A
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
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
<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.