Skip to main content
Glama

Repology MCP Server

by tschoonj

search_projects

Find software projects by name substring with optional filters for maintainer, category, and repository presence to locate packages across distributions.

Instructions

Search for projects by name substring.

Args: query: Search term to match against project names limit: Maximum number of results (default: 10, max: 100) maintainer: Optional maintainer email filter category: Optional category filter inrepo: Optional repository presence filter notinrepo: Optional repository absence filter Returns: JSON formatted list of matching projects with their packages

Input Schema

NameRequiredDescriptionDefault
categoryNo
inrepoNo
limitNo
maintainerNo
notinrepoNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "inrepo": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Inrepo" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "maintainer": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Maintainer" }, "notinrepo": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Notinrepo" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_projectsArguments", "type": "object" }

Other Tools from Repology MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/tschoonj/repology-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server