Back to directory
foxhunt/gitlab-mcp-server

foxhunt/gitlab-mcp-server

@Foxhunt

A TypeScript-based MCP server for interacting with a self-hosted GitLab instance, providing tools for projects, issues, and wikis.

gitlabmcptypescriptself-hostedapiprojectsissueswikistool

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
2026/6/14
Updated
2026/6/15