GitLab MCP Server
@Foxhunt
关于 GitLab MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GitLab MCP Server?
GitLab MCP Server is a TypeScript-based Model Context Protocol (MCP) server that interacts with a self-hosted GitLab instance. It provides tools for fetching and managing GitLab data, specifically projects, issues, issue notes (comments), search, to-do items, and wiki pages.
How to use GitLab MCP Server?
Install dependencies with npm install, build with npm run build, or use npm run watch for auto-rebuild. To use with Claude Desktop, add the server configuration pointing to the built index.js file. Debugging is supported via the MCP Inspector by running npm run inspector.
Key features of GitLab MCP Server
- Lists all projects accessible to the user
- Retrieves issues for a specific project with filtering
- Gets notes (comments) for a specific issue
- Searches for projects and issues by search term
- Retrieves a specific issue by project ID and IID
- Retrieves to-do items with optional filters
- Gets a specific wiki page by project ID and slug
- Lists all wiki pages for a given project
Use cases of GitLab MCP Server
- Viewing all projects a user has access to
- Fetching and filtering issues for a project
- Reading comments on a specific issue
- Searching projects and issues across the GitLab instance
- Managing to-do items and reading wiki pages
FAQ from GitLab MCP Server
What tools does GitLab MCP Server provide?
The server provides eight tools: list_projects, get_issues, get_issue_notes, search, get_issue, get_todos, get_wiki_page, and list_wiki_pages.
Does GitLab MCP Server work with GitLab.com or only self-hosted?
The README specifies it interacts with a self-hosted GitLab instance.
How is GitLab MCP Server installed and configured?
Install with npm install, build with npm run build, and configure in Claude Desktop by adding the server config with the command pointing to the built index.js.
How can I debug GitLab MCP Server?
Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools in your browser.
What dependencies are required?
Node.js and npm are required, as the server is built on TypeScript and uses npm install for dependencies. The server communicates over stdio.
版本控制 分类下的更多 MCP 服务器
Linear MCP Server
clinea private MCP server for accessing Linear
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
评论