-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathserver.json
More file actions
69 lines (69 loc) · 2.41 KB
/
server.json
File metadata and controls
69 lines (69 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"https://gitlab.com/api/v4/mcp": {
"custom_metadata": {
"author": "GitLab",
"homepage": "https://gitlab.com/"
},
"metadata": {
"last_updated": "2026-04-14T03:03:53Z"
},
"overview": "## GitLab MCP Server\n\nThe official hosted GitLab MCP server is a Model Context Protocol (MCP) server that enables AI assistants and agents to interact directly with GitLab projects and resources through a structured, AI-friendly interface. It allows AI-driven workflows to work with repositories, issues, merge requests, and project metadata without switching tools or manually navigating the GitLab UI. It is ideal for development, code review, CI/CD visibility, and project management workflows that rely on GitLab as the system of record.",
"status": "Active",
"tags": [
"gitlab",
"version-control",
"repository",
"issues",
"merge-requests",
"projects",
"pipelines",
"workitems",
"code-search",
"remote"
],
"tier": "Official",
"tools": [
"get_mcp_server_version",
"create_issue",
"get_issue",
"create_merge_request",
"get_merge_request",
"get_merge_request_commits",
"get_merge_request_diffs",
"get_merge_request_pipelines",
"get_pipeline_jobs",
"manage_pipeline",
"create_workitem_note",
"get_workitem_notes",
"search",
"search_labels",
"semantic_code_search"
]
}
}
}
},
"description": "Official GitLab remote MCP for repositories, issues, merge requests, and more",
"icons": [
{
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"src": "https://raw.githubusercontent.com/stacklok/toolhive-registry/main/registries/toolhive/servers/gitlab/icon.svg"
}
],
"name": "io.github.stacklok/gitlab-remote",
"remotes": [
{
"type": "streamable-http",
"url": "https://gitlab.com/api/v4/mcp"
}
],
"title": "GitLab (Remote)",
"version": "1.0.0"
}