Skip to main content
Glama
herlonventura

vhe-deploy-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sitesA

Lista os domínios cadastrados, sem senhas ou conexão.

test_connectionA

Testa autenticação e raiz do domínio cadastrado, sem envio.

compare_siteA

Compara arquivos locais/remotos; não emite autorização de envio.

preview_deployA

Calcula prévia e token de uso único válido por 5 minutos. Mostre a prévia ao usuário antes de enviar.

backup_siteA

Baixa backup verificado para a pasta privada configurada; não altera o servidor.

deploy_siteA

Envia somente a prévia autorizada. Exige token, hash, publicação habilitada e confirm=true após autorização explícita do usuário. Não exclui arquivos remotos. Após sucesso, mantém os três últimos envios concluídos por domínio e remove as cópias locais dos mais antigos; preserva backups completos e falhas.

register_siteA

Cadastra domínio novo, desativado e sem senha. Fingerprint/CA e habilitação de envio devem ser configuradas localmente.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct action (listing, testing, comparing, previewing, backing up, deploying, registering) with no overlapping responsibilities. The descriptions clearly differentiate their purposes, preventing agent misselection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (list_sites, test_connection, compare_site, preview_deploy, backup_site, deploy_site, register_site). The naming is predictable and adheres to a single convention.

Tool Count5/5

With 7 tools, the server is well-scoped for a deployment workflow. Each tool serves a clear function without redundancy, fitting comfortably within the ideal range for a domain-specific server.

Completeness4/5

The tools cover the core deployment lifecycle: registration, connection testing, comparison, preview, backup, and deployment. Minor gaps exist (e.g., no explicit update or delete site operation), but the essential workflow is fully supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues