Back to directory
gitlab-server

gitlab-server

@Foxhunt1

A TypeScript-based MCP server that interacts with a self-hosted GitLab instance, providing tools to fetch and manage GitLab projects, issues, notes, todos, and wiki pages.

gitlabproject managementissue trackingwikicloud

Installation & Configuration

{
  "mcpServers": {
    "gitlab-server": {
      "command": "/path/to/gitlab-server/build/index.js",
      "env": {
        "GITLAB_API_TOKEN": "<Gitlab API Token >",
        "GITLAB_HOST": "<GitLab Host URL>"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/10
Updated
2026/6/6