get_project
ActiveTool of Gitlab Public
declared in 0.1.0
Get full details for a public GitLab project by ID or path (e.g., "gitlab-org%2Fgitlab"). Returns name, description, stars, forks, default branch, topics, and last activity date.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "278964"
},
{
"id": "gitlab-org%2Fgitlab"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Project numeric ID or URL-encoded path (e.g., \"gitlab-org%2Fgitlab\")"
}
}
}Parent server
Gitlab Public
https://github.com/pipeworx-io/mcp-gitlab-public
1/7 registries