gitlab-mcp
by kirti12025
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSE | No | Set to 'true' to enable SSE transport. | false |
| HOST | No | Host address to bind the server. | 127.0.0.1 |
| PORT | No | Port to bind the server. | 3002 |
| GITLAB_API_URL | No | GitLab API base URL. | https://gitlab.com/api/v4 |
| MCP_SERVER_URL | No | Public HTTPS URL of this MCP server. | |
| SSE_AUTH_TOKEN | No | Bearer token for SSE endpoint authorization. | |
| STREAMABLE_HTTP | No | Set to 'true' to enable Streamable HTTP transport. | false |
| GITLAB_MCP_OAUTH | No | Set to 'true' to enable MCP OAuth proxy for remote deployments. | false |
| GITLAB_USE_OAUTH | No | Set to 'true' to enable local OAuth2 browser authentication. | false |
| GITLAB_OAUTH_APP_ID | No | Client ID of the pre-registered GitLab OAuth application. | |
| REMOTE_AUTHORIZATION | No | Set to 'true' to enable per-request token authentication via headers. | false |
| GITLAB_OAUTH_CLIENT_ID | No | GitLab OAuth Application ID for local OAuth. | |
| GITLAB_PERMISSION_MODE | No | Permission level: readonly, modify, or full. | full |
| GITLAB_OAUTH_REDIRECT_URI | No | Local callback URI for OAuth (e.g., http://127.0.0.1:8888/callback). | |
| GITLAB_DISABLE_VERSION_CHECK | No | Disable startup version check notice. | false |
| GITLAB_PERSONAL_ACCESS_TOKEN | No | GitLab Personal Access Token for PAT authentication. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/kirti12025/gitlab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server