Skip to main content
Glama

search_aur

Search user-contributed packages in the Arch User Repository with smart ranking by relevance, votes, popularity, or modification date. Returns package details including votes, maintainer, and update information.

Instructions

Search the Arch User Repository (AUR) for packages with smart ranking. ⚠️ WARNING: AUR packages are user-produced and potentially unsafe. Returns package info including votes, maintainer, and last update. Always check official repos first using get_official_package_info.

Input Schema

NameRequiredDescriptionDefault
queryYesPackage search query
limitNoMaximum number of results (default: 20)
sort_byNoSort method: 'relevance' (default), 'votes', 'popularity', or 'modified'relevance

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Maximum number of results (default: 20)", "type": "integer" }, "query": { "description": "Package search query", "type": "string" }, "sort_by": { "default": "relevance", "description": "Sort method: 'relevance' (default), 'votes', 'popularity', or 'modified'", "enum": [ "relevance", "votes", "popularity", "modified" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

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/nihalxkumar/arch-mcp'

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