From 0f9b84dcdfb8d3d06966ce4a856c89e144f39711 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:02:14 +0800 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f9f7737..a3de3cb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ # @zereight/mcp-gitlab +[![smithery badge](https://smithery.ai/badge/@zereight/gitlab-mcp)](https://smithery.ai/server/@zereight/gitlab-mcp) + GitLab MCP(Model Context Protocol) Server. ## Installation and Execution +### Installing via Smithery + +To install GitLab MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@zereight/gitlab-mcp): + +```bash +npx -y @smithery/cli install @zereight/gitlab-mcp --client claude +``` + +### Manual Installation ```bash npx @zereight/mcp-gitlab ```