-
securityA
license-
qualityA server that allows AI assistants to browse and read files from specified GitHub repositories, providing access to repository contents via the Model Context Protocol.
Last updated -
5
JavaScript
MIT License
GitLab MCP(模型上下文协议)服务器的自定义实现,用于与 Claude 和其他符合 MCP 的 AI 助手集成。
该 MCP 服务器与 GitLab 存储库无缝集成,允许 AI 助手:
此自定义实现修复了标准 GitLab MCP 服务器实现中存在的模式验证问题,特别是针对search_repositories
工具。
api
用于完整 API 访问read_api
用于只读访问read_repository
和write_repository
用于存储库操作工具名称 | 描述 |
---|---|
search_repositories | 搜索 GitLab 项目 |
get_file_contents | 获取文件或目录的内容 |
create_or_update_file | 创建或更新单个文件 |
push_files | 在一次提交中推送多个文件 |
create_repository | 创建新的 GitLab 项目 |
create_issue | 创建新问题 |
create_merge_request | 创建新的合并请求 |
fork_repository | 派生一个项目 |
create_branch | 创建新分支 |
麻省理工学院
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
自定义服务器实现,允许 AI 助手与 GitLab 存储库交互,提供搜索、获取文件、创建/更新内容以及管理问题和合并请求的功能。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chris-miaskowski/custom-gitlab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server