GitLab MCP Server offering robust integration with GitLab API, enabling interaction with repositories, issues, merge requests, and project events through natural language and SSE transports, representing a prime example of an Awesome MCP Server.
Loading more......
An MCP server integrating with GitHub's API to enable repository management, issue tracking, pull request handling, and code manipulation using natural language commands.
An MCP server providing a standardized bridge to the GitLab API for project listing, merge request management, file retrieval, and pipeline analysis, tailored for MCP Server use cases.
MCP server for seamless interaction with issues and merge requests in GitLab projects. Illustrates an MCP Server for GitLab.
Extracts structured data from web pages using natural language input, converting content into JSON format without custom scraping code. A practical MCP server for web data extraction.
An MCP server bridging to ClickZetta databases for executing SQL queries, exploring schema information, and documenting insights via natural language interaction.
A Model Context Protocol server for MongoDB, enabling LLMs to query, insert, delete, and aggregate documents via natural languageādemonstrating MCP server database integration.
gitlab-server is a Model Context Protocol (MCP) server enabling robust integration with the GitLab API. It provides tools for interacting with GitLab repositories, issues, merge requests, wikis, group projects, and project events via natural language and supports both stdio and Server-Sent Events (SSE) transports. The server is implemented in TypeScript and is available as an npm package.
search_repositories, create_repository, fork_repository, list_group_projectsget_file_contents, create_or_update_file, push_filescreate_branchcreate_issue, list_issuescreate_merge_request, list_merge_requestsget_project_events, list_commitslist_project_members, list_group_memberslist_project_wiki_pages, get_project_wiki_page, create_project_wiki_page, edit_project_wiki_page, delete_project_wiki_page, upload_project_wiki_attachmentlist_group_wiki_pages, get_group_wiki_page, create_group_wiki_page, edit_group_wiki_page, delete_group_wiki_page, upload_group_wiki_attachmentnpm install @yoda.digital/gitlab-mcp-servernpm install, npm run build, then npm startnpx @yoda.digital/gitlab-mcp-server (requires GitLab personal access token)GITLAB_PERSONAL_ACCESS_TOKEN (required)GITLAB_API_URL (optional, defaults to https://gitlab.com/api/v4)PORT (optional, for SSE)USE_SSE (optional, set to 'true' for SSE transport)MIT License
mcp, gitlab, repository-management, natural-language
project-management-mcp-servers