MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Microservice mcp.

创建于 2/6/2026
更新于 19 days ago
Repository documentation and setup instructions

Ms_mcp

Microservice mcp.

Depend on "Ms_cronjob" (use "ms_cronjob-volume" to share the certificate).

It's possible to use a custom certificate instead of "Ms_cronjob", just add it to the "certificate" folder before build the container.

Info:

  • Cross platform (Windows, Linux)
  • Tool: Math, Automate, Document

Installation

  1. For build and up write on terminal:
bash docker/container_execute.sh "local" "build-up"
  1. Just for up write on terminal:
bash docker/container_execute.sh "local" "up"

Reset

  1. Remove this from the root:

    • .cache
    • .config
    • .local
    • .npm
    • .pki
    • dist
    • node_modules
    • package-lock.json
  2. Follow the "Installation" instructions.

Command

  1. For execute "Chrome" GUI write on terminal:

    bash script/chrome.sh
    
快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/cimo/Ms_mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "cimo-ms-mcp": { "command": "git", "args": [ "clone", "https://github.com/cimo/Ms_mcp" ] } } }