MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by nguyenmanmkt

Created 11/27/2025
Updated 19 days ago
Repository documentation and setup instructions

MCP Server Manager (Docker Edition)

image

🌐 Website chính thức

https://mcpxiaozhi.cybersma.com/

Dự án MCP Server Manager cung cấp một MCP Server miễn phí cho cộng đồng, giúp bạn dễ dàng triển khai và quản lý thông qua Docker.

🚀 Tính năng

  • Chạy MCP Server nhanh chóng bằng Docker\
  • Quản lý, mở rộng tool MCP dễ dàng\
  • Hỗ trợ cộng đồng, phù hợp học tập & nghiên cứu\
  • Mã nguồn tham khảo từ Gemini Pro 3\
  • Triển khai được trên Linux, VPS, máy cá nhân

Image Build

image Cho phép build image mcp-server trực tiếp từ link github Mẫu triển khai: https://github.com/nguyenmanmkt/mcp-xiaozhi-example.git

Developer Documentation

🛠️ 1. Cài đặt Client

npm install
npm install lucide-react
npm install react react-dom

Môi trường test

sudo npm run dev

🛠️ 1. Cài đặt Server

npm install tar-fs simple-git
npm install express

🏗️ 4. Build ứng dụng (Production)

sudo npm run build
sudo npm install -g serve
serve -s dist -l 5173

📖 Giấy phép

Dự án sử dụng giấy phép MIT License, chia sẻ cho cộng đồng nhằm mục đích học tập và mở rộng tri thức.

❤️ Đóng góp

Mọi đóng góp đều được chào đón!
Hãy tạo Pull Request hoặc mở Issue để cải thiện dự án.


Made with ❤️ for the community

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "nguyenmanmkt-mcp-server": { "command": "npx", "args": [ "nguyenmanmkt-mcp-server" ] } } }