Skip to main content
Glama

Aptly MCP Server

aptly_publish_repo

Publish Debian package repositories for apt access by specifying repository name, distribution, and optional prefix. Simplify repository availability management on Aptly MCP Server.

Instructions

Publish a repository to make it available for apt

Input Schema

NameRequiredDescriptionDefault
distributionYesDistribution name for the publication (e.g., stable, testing, unstable)
prefixNoOptional prefix for the publication endpoint
repoNameYesName of the repository to publish

Input Schema (JSON Schema)

{ "properties": { "distribution": { "description": "Distribution name for the publication (e.g., stable, testing, unstable)", "type": "string" }, "prefix": { "description": "Optional prefix for the publication endpoint", "type": "string" }, "repoName": { "description": "Name of the repository to publish", "type": "string" } }, "required": [ "repoName", "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