Token导航 LogoToken导航TokenDH.com
Gitlab MCP Server (Foxhunt) logo
开发工具stdio官方级别未说明来源级核验

Gitlab MCP Server (Foxhunt)

MCP Server

一个基于TypeScript的MCP服务器,用于与自托管的GitLab实例交互,提供项目、问题和问题笔记的管理功能。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
开发工具JavaScriptClaude问题跟踪Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Foxhunt

提供方

Foxhunt

最后核验

2026/5/17 21:03

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

GitLab MCP服务器

与GitLab服务器交互。

这是一个基于TypeScript的MCP服务器,与自托管的GitLab实例交互。服务器提供了获取和管理GitLab数据的工具,特别是项目、问题和问题注释(注释)。可用的工具有: list_projects, get_issues, get_issue_notes, search, get_issue, get_todos, get_wiki_page,以及 list_wiki_pages.

特性

此GitLab MCP服务器提供以下工具:

  • list_projects:列出用户可访问的所有项目。
  • get_issues:使用基本筛选获取特定项目的问题。
  • get_issue_notes:获取特定问题的注释(注释)。
  • search:根据搜索词搜索项目和问题。
  • get_issue:使用项目的ID和IID从项目中检索特定问题。
  • get_todos:使用可选筛选器检索待办事项列表。
  • get_wiki_page:通过项目ID和slug检索特定的wiki页面。
  • list_wiki_pages:检索给定项目的所有wiki页面。

发展

安装依赖项:

npm install

构建服务器:

npm run build

对于自动重建的开发:

npm run watch

安装

要与Claude Desktop一起使用,请添加服务器配置:

{
  "mcpServers": {
    "gitlab-server": {
      "command": "/path/to/gitlab-server/build/index.js",
      "env": {
        "GITLAB_API_TOKEN": "",
        "GITLAB_HOST": ""
      }
    }
  }
}

调试

由于MCP服务器通过stdio进行通信,调试可能具有挑战性。我们建议使用 MCP检查员,可作为包脚本使用:

npm run inspector

检查器将提供一个URL,用于访问浏览器中的调试工具。

GitLab API文档

https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc/api https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/rest/\_index.md https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/rest/authentication.md https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/projects.md https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/issues.md https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/notes.md https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/issue_links.md https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/search.md https://gitlab.com/gitlab-org/gitlab/-/raw/master/doc/api/wikis.md

目录标签

目录标签

开发工具JavaScriptClaude问题跟踪GitLab管理本地部署项目管理API交互

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

token

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiotoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP