Skip to main content
Glama

Aptly MCP Server

aptly_list_packages

List and filter packages in a specified Debian repository on the Aptly MCP Server using a search query to simplify package management tasks.

Instructions

List packages in a repository

Input Schema

NameRequiredDescriptionDefault
queryNoOptional search query to filter packages
repoNameYesName of the repository to list packages from

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Optional search query to filter packages", "type": "string" }, "repoName": { "description": "Name of the repository to list packages from", "type": "string" } }, "required": [ "repoName" ], "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/rashidazarang/aptly-mcp'

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