Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_list_project_hooks

Use this tool to list all webhooks configured for a GitLab project, displaying details like URL, triggers (push/issues/MR/wiki events), token presence, SSL verification, and enablement status. Input project ID or auto-detect from the current repository.

Instructions

List all configured webhooks for a project showing URL, triggers (push/issues/MR/wiki events), token presence, SSL verification, and enablement status.

Input Schema

NameRequiredDescriptionDefault
project_idNoProject ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided", "type": "string" } }, "type": "object" }

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/Vijay-Duke/mcp-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server