io.github.detailobsessed/efficient-gitlab✓
io.github.detailobsessed/efficient-gitlab · v2.27.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.detailobsessed/efficient-gitlab",
"description": "GitLab MCP Server with progressive disclosure - 2 meta-tools, 90% token reduction",
"repository": {
"url": "https://github.com/detailobsessed/efficient-gitlab-mcp",
"source": "github"
},
"version": "2.27.0",
"packages": [
{
"registryType": "npm",
"identifier": "efficient-gitlab-mcp-server",
"version": "2.27.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitLab personal access token with API scope",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GITLAB_PERSONAL_ACCESS_TOKEN"
},
{
"description": "GitLab API base URL (default: https://gitlab.com)",
"format": "string",
"name": "GITLAB_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}