GitLab MCP ServerServer

harshmaur
GitHub
GitLabAPI IntegrationVersion Control

Loading subscription status...

💡 Description

An MCP (Model Context Protocol) server that enables communication with GitLab repositories, allowing interaction with GitLab's API to manage projects, issues, and repositories through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "GitLab communication server": {
        "env": {
          "GITLAB_API_URL": "your_gitlab_api_url",
          "GITLAB_PERSONAL_ACCESS_TOKEN": "your_gitlab_token"
        },
        "args": [
          "-y",
          "@harshmaur/gitlab-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Smithery CLI

Features

  • Integration with GitLab's API
  • Project management
  • File operations