You're viewing a demo portfolio

Join the waitlist
PRSM

search_projects

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gitlab Public

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

1/7 registries
View full server →
search_projects — Gitlab Public — PRSM MCP