II.
ToolServer JSON
Structured · livetool-server:mcp-gitlab
MCP GitLab json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-gitlab",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP GitLab",
"description": "MCP server providing access to the GitLab platform. Enables AI agents to search repositories, manage files, create issues and merge requests, fork repos, and create branches. Supports stdio transport.",
"protocol": "mcp",
"category": "version-control",
"repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab",
"npmPackage": "@modelcontextprotocol/server-gitlab",
"maintainer": "Anthropic",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:gitlab.search-repositories",
"tool-descriptor:gitlab.get-file-contents",
"tool-descriptor:gitlab.create-or-update-file",
"tool-descriptor:gitlab.create-issue",
"tool-descriptor:gitlab.list-issues",
"tool-descriptor:gitlab.create-merge-request",
"tool-descriptor:gitlab.fork-repository",
"tool-descriptor:gitlab.create-branch"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.search-repositories",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.get-file-contents",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.create-or-update-file",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.create-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.list-issues",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.create-merge-request",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.fork-repository",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.create-branch",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-gitlab",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "tool:gitlab-ci",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "vcs-host:gitlab",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-gitlab",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:gitlab.search-repositories",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:gitlab.get-file-contents",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:gitlab.create-or-update-file",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:gitlab.create-issue",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:gitlab.list-issues",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:gitlab.create-merge-request",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:gitlab.fork-repository",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:gitlab.create-branch",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
}
]
}