Skip to main content
Glama

Aptly MCP Server

aptly_add_packages

Add packages to a Debian repository from uploaded files by specifying the repository name and directory. Optionally, select specific files to include.

Instructions

Add packages to a repository from uploaded files

Input Schema

NameRequiredDescriptionDefault
directoryYesUpload directory containing the package files
filesNoOptional list of specific files to add (if not provided, adds all files from directory)
repoNameYesName of the repository to add packages to

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Upload directory containing the package files", "type": "string" }, "files": { "description": "Optional list of specific files to add (if not provided, adds all files from directory)", "items": { "type": "string" }, "type": "array" }, "repoName": { "description": "Name of the repository to add packages to", "type": "string" } }, "required": [ "repoName", "directory" ], "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