Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_list_issues

List and filter GitLab project issues by state (opened/closed/all) with pagination, detailed labels, assignees, and timestamps. Automatically detects the project ID or allows manual input.

Instructions

List issues in a GitLab project with filtering by state (opened/closed/all), pagination support (default 20 per page), and full issue details including labels, assignees, and timestamps.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination (integer, ≥1, default: 1)
per_pageNoNumber of results per page (integer, 1-100, default: 20)
project_idNoProject ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided
stateNoFilter by issue state (string). Options: 'opened', 'closed', 'all'. Default: 'all'opened

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number for pagination (integer, ≥1, default: 1)", "minimum": 1, "type": "integer" }, "per_page": { "default": 50, "description": "Number of results per page (integer, 1-100, default: 20)", "maximum": 100, "minimum": 1, "type": "integer" }, "project_id": { "description": "Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided", "type": "string" }, "state": { "default": "opened", "description": "Filter by issue state (string). Options: 'opened', 'closed', 'all'. Default: 'all'", "enum": [ "opened", "closed", "all" ], "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