gitlab_get_project
ActiveTool of Gitlab
declared in 0.1.0
Get details for a specific GitLab project (e.g., project ID "123" or path "group/project"). Returns name, description, visibility, stars, forks, and default branch.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "123",
"_apiKey": "your-gitlab-api-key"
},
{
"id": "group%2Fproject",
"_apiKey": "your-gitlab-api-key"
}
],
"required": [
"_apiKey",
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Project ID (numeric) or URL-encoded path (e.g., \"group%2Fproject\")"
},
"_apiKey": {
"type": "string",
"description": "GitLab personal access token"
}
}
}Parent server
Gitlab
https://github.com/pipeworx-io/mcp-gitlab
1/7 registries