mcp-gitlab-workflow
by chntif
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITLAB_TOKEN | Yes | GitLab API access token used by the server and all GitLab operations | |
| WORKFLOW_LABEL | No | Default issue title prefix and fallback label | |
| GITLAB_API_BASE_URL | No | Base URL for the GitLab API | https://gitlab.com/api/v4 |
| WORKFLOW_BASE_BRANCH | No | Default base branch used before creating a new delivery branch | develop |
| WORKFLOW_TARGET_BRANCH | No | Default merge request target branch | develop |
| WORKFLOW_ISSUE_LOG_PATH | No | Path of the local issue log file | issue-log.md |
| WORKFLOW_CODE_PROJECT_ID | No | Default target project ID for repository, branch, commit, and MR tools | |
| WORKFLOW_DELIVERY_METHOD | No | Default delivery mode, supports local_git and remote_api | local_git |
| WORKFLOW_ISSUE_PROJECT_ID | No | Default target project ID for issue-related tools | |
| WORKFLOW_UPDATE_ISSUE_LOG | No | Whether delivery workflows update the local issue log by default | true |
| WORKFLOW_ASSIGNEE_USERNAME | No | Default assignee username for issues and merge requests | |
| WORKFLOW_CODE_PROJECT_PATH | No | Default code project path used in templates, logs, and output | |
| WORKFLOW_LOCAL_REMOTE_NAME | No | Default git remote used by local git workflows | origin |
| WORKFLOW_ISSUE_PROJECT_PATH | No | Default issue project path used in templates and references | |
| WORKFLOW_LOCK_CODE_PROJECT_ID | No | Restrict code and MR operations to a fixed code project ID | |
| WORKFLOW_CHECKOUT_LOCAL_BRANCH | No | Whether remote_api delivery should sync and checkout the created branch locally | false |
| WORKFLOW_LOCK_ISSUE_PROJECT_ID | No | Restrict issue operations to a fixed issue project ID |
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
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/chntif/mcp-gitlab-workflow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server