Skip to content
MCP-Bridge
Developer Tools

GitLab API MCP Config

Manage repositories, CI/CD pipelines, and merge requests through your AI agent.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/gitlab.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/gitlab.json to fetch programmatically.

{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": ["-y","@gitlab/mcp-server"],
      "env": {
      "GITLAB_TOKEN": "your_gitlab_token"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/gitlab.json

Environment Variables

GITLAB_TOKEN

Replace your_gitlab_token with your actual gitlab token

Endpoints

GET/projects

List projects

GET/projects/{id}/merge_requests

List merge requests

GET/projects/{id}/pipelines

List pipelines