jmrplens/gitlab-mcp-server
v3.0.0MIT
GitLab MCP server exposing up to 1085 self-managed GitLab REST/GraphQL MCP tools, or 1091 on GitLab.com Ultimate with Orbit. Includes a default 2-tool dynamic surface, 34 base / 51 self-managed Ultimate / 52 GitLab.com Ultimate meta-tools, 45 resources, 37 prompts, 18 completion types, and 4 MCP capabilities (completions, progress, elicitation, resource subscriptions).
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
gitlabstdio
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITLAB_URL",
"-e",
"GITLAB_TOKEN",
"-e",
"GITLAB_MCP_SKIP_TLS_VERIFY",
"-e",
"GITLAB_MCP_TOOL_SURFACE",
"-e",
"GITLAB_MCP_CAPABILITY_SURFACE",
"-e",
"GITLAB_MCP_META_PARAM_SCHEMA",
"-e",
"GITLAB_MCP_TIER",
"-e",
"GITLAB_MCP_READ_ONLY",
"-e",
"GITLAB_MCP_SAFE_MODE",
"-e",
"GITLAB_MCP_EMBEDDED_RESOURCES",
"-e",
"GITLAB_MCP_EXCLUDE_TOOLS",
"-e",
"GITLAB_MCP_IGNORE_SCOPES",
"-e",
"GITLAB_MCP_UPLOAD_MAX_FILE_SIZE",
"-e",
"GITLAB_MCP_ALLOWED_IMPORT_DIRS",
"-e",
"GITLAB_MCP_RATE_LIMIT_RPS",
"-e",
"GITLAB_MCP_RATE_LIMIT_BURST",
"-e",
"GITLAB_MCP_CLIENT_COMPAT",
"-e",
"GITLAB_MCP_LOG_LEVEL",
"ghcr.io/jmrplens/gitlab-mcp-server:latest"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "gitlab-mcp-server",
"version": "3.0.0",
"description": "GitLab MCP server exposing up to 1085 self-managed GitLab REST/GraphQL MCP tools, or 1091 on GitLab.com Ultimate with Orbit. Includes a default 2-tool dynamic surface, 34 base / 51 self-managed Ultimate / 52 GitLab.com Ultimate meta-tools, 45 resources, 37 prompts, 18 completion types, and 4 MCP capabilities (completions, progress, elicitation, resource subscriptions).",
"author": {
"name": "Jose M. Requena Plens",
"url": "https://github.com/jmrplens"
},
"homepage": "https://jmrp.io/docs/gitlab-mcp-server",
"repository": "https://github.com/jmrplens/gitlab-mcp-server",
"license": "MIT",
"keywords": [
"mcp",
"gitlab",
"model-context-protocol",
"ai",
"llm",
"devops",
"ci-cd",
"merge-requests",
"issues",
"pipelines",
"code-review",
"graphql",
"rest-api"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE