Skip to main content
Glama

Aptly MCP Server

aptly_create_repo

Create a new local Debian package repository with a specified name, default distribution, and component. Add optional comments to organize and describe repository details.

Instructions

Create a new local repository in Aptly

Input Schema

NameRequiredDescriptionDefault
commentNoOptional comment/description for the repository
defaultComponentNoDefault component for packages in this repository
defaultDistributionNoDefault distribution for packages in this repository
nameYesName of the repository to create

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Optional comment/description for the repository", "type": "string" }, "defaultComponent": { "description": "Default component for packages in this repository", "type": "string" }, "defaultDistribution": { "description": "Default distribution for packages in this repository", "type": "string" }, "name": { "description": "Name of the repository to create", "type": "string" } }, "required": [ "name" ], "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