search_projects
ActiveTool of Gitlab Public
declared in 0.1.0
Search public GitLab projects by keyword, sorted by popularity. Returns project ID, name, description, star count, fork count, open issues, and web URL.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "machine learning"
},
{
"limit": 20,
"query": "kubernetes"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"query": {
"type": "string",
"description": "Search query string"
}
}
}Parent server
Gitlab Public
https://github.com/pipeworx-io/mcp-gitlab-public
1/7 registries