M
Ms MCP
作者 @cimo
Microservice mcp.
创建于 2/6/2026
更新于 19 days ago
README
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
- For build and up write on terminal:
bash docker/container_execute.sh "local" "build-up"
- Just for up write on terminal:
bash docker/container_execute.sh "local" "up"
Reset
-
Remove this from the root:
- .cache
- .config
- .local
- .npm
- .pki
- dist
- node_modules
- package-lock.json
-
Follow the "Installation" instructions.
Command
-
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"
]
}
}
}