Skip to main content
Glama

Aptly MCP Server

aptly_create_mirror

Create a mirror of a remote Debian repository by specifying its name, URL, distribution, and optional components and architectures using the Aptly package management tool.

Instructions

Create a mirror of a remote repository

Input Schema

NameRequiredDescriptionDefault
architecturesNoOptional list of architectures to mirror (e.g., amd64, arm64, i386)
archiveURLYesURL of the remote archive (e.g., http://archive.ubuntu.com/ubuntu/)
componentsNoOptional list of components to mirror (e.g., main, contrib, non-free)
distributionYesDistribution name (e.g., focal, jammy, bookworm)
nameYesName for the mirror

Input Schema (JSON Schema)

{ "properties": { "architectures": { "description": "Optional list of architectures to mirror (e.g., amd64, arm64, i386)", "items": { "type": "string" }, "type": "array" }, "archiveURL": { "description": "URL of the remote archive (e.g., http://archive.ubuntu.com/ubuntu/)", "type": "string" }, "components": { "description": "Optional list of components to mirror (e.g., main, contrib, non-free)", "items": { "type": "string" }, "type": "array" }, "distribution": { "description": "Distribution name (e.g., focal, jammy, bookworm)", "type": "string" }, "name": { "description": "Name for the mirror", "type": "string" } }, "required": [ "name", "archiveURL", "distribution" ], "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