GitLab MCP
by yunusb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITLAB_URL | Yes | The URL of the GitLab instance (e.g., https://gitlab.example.com) | |
| GITLAB_TOKEN | Yes | GitLab personal access token (e.g., glpat-...) | |
| GITLAB_TIMEOUT | No | Timeout in seconds for API requests (default 30) | 30 |
| GITLAB_JOB_TOKEN | No | GitLab job token (optional) | |
| GITLAB_SSL_VERIFY | No | Whether to verify SSL certificates (true/false, default true) | true |
| GITLAB_API_VERSION | No | GitLab API version (default 4) | 4 |
| GITLAB_OAUTH_TOKEN | No | GitLab OAuth token (optional) | |
| GITLAB_MCP_LOG_JSON | No | Whether to output logs in JSON format (true/false, default false) | false |
| GITLAB_MCP_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR, default INFO) | INFO |
| GITLAB_MCP_LOG_FORMAT | No | Loguru format string (optional) | |
| GITLAB_MCP_LOG_ENQUEUE | No | Whether to enable log enqueue (true/false, default false) | false |
| GITLAB_MCP_LOG_DIAGNOSE | No | Whether to enable log diagnose (true/false, default false) | false |
| GITLAB_MCP_LOG_BACKTRACE | No | Whether to enable log backtrace (true/false, default false) | false |
| GITLAB_MCP_USE_SYSTEM_TRUSTSTORE | No | Whether to use system truststore for TLS verification (true/false, default true) | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yunusb/gitlab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server