You're viewing a demo portfolio

Join the waitlist
PRSM

gitlab_list_projects

Active

Tool of Gitlab

declared in 0.1.0

List all accessible GitLab projects. Returns project ID, name, path, description, star count, and URL. Use gitlab_get_project to fetch detailed info.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-gitlab-api-key"
    },
    {
      "owned": true,
      "search": "frontend",
      "_apiKey": "your-gitlab-api-key",
      "per_page": 50
    }
  ],
  "required": [
    "_apiKey"
  ],
  "properties": {
    "owned": {
      "type": "boolean",
      "description": "If true, only return projects owned by the user (default: false)"
    },
    "search": {
      "type": "string",
      "description": "Search projects by name"
    },
    "_apiKey": {
      "type": "string",
      "description": "GitLab personal access token"
    },
    "per_page": {
      "type": "number",
      "description": "Number of projects to return (default 20, max 100)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gitlab

https://github.com/pipeworx-io/mcp-gitlab

1/7 registries
View full server →