Update README

This commit is contained in:
Henry Mao
2025-02-13 00:02:14 +08:00
parent f18a116363
commit 0f9b84dcdf

View File

@ -1,9 +1,20 @@
# @zereight/mcp-gitlab # @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. GitLab MCP(Model Context Protocol) Server.
## Installation and Execution ## 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 ```bash
npx @zereight/mcp-gitlab npx @zereight/mcp-gitlab
``` ```