mcp-cli-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_antigravityA | Compatibilidade: executa apenas consultas seguras da Antigravity CLI. Para prompts, prefira consult_model ou compare_models. |
| run_codexA | Compatibilidade: executa apenas codex review com flags seguras. Para workflows novos, prefira review_workspace ou security_audit. |
| consult_modelA | Consulta um modelo externo via Antigravity em modo nao interativo e retorna texto bruto mais metadata estruturada. |
| compare_modelsA | Envia a mesma pergunta para 2-4 modelos Antigravity em paralelo para second opinion, consenso ou divergencia. |
| review_workspaceA | Executa codex review em um escopo seguro: alteracoes uncommitted, diff contra base ou commit especifico. |
| security_auditC | Executa uma auditoria de seguranca via codex review com prompt especializado. |
| adversarial_checkA | Pede a um modelo externo para atacar uma proposta, plano ou solucao e apontar falhas concretas. |
| fugu_orchestrateB | Executa uma orquestracao local estilo Fugu: modo fast seleciona um worker; modo ultra cria workflow com model_id, subtasks, access_list, memoria compartilhada e sintese. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Several tools overlap in functionality: run_antigravity and consult_model both query Antigravity, while run_codex overlaps with review_workspace and security_audit. The descriptions explicitly say to prefer other tools for new workflows, creating confusing boundaries.
Most tools follow verb_noun (run_antigravity, consult_model, compare_models, review_workspace), but security_audit, adversarial_check, and fugu_orchestrate break the pattern with noun_noun, adjective_noun, and noun_verb structures. All are lowercase snake_case, so it remains readable.
With 8 tools, the set is well-scoped for an AI CLI toolkit covering model queries, comparisons, reviews, audits, and orchestration. Each tool addresses a distinct workflow area, and the count is within the ideal range.
The toolkit covers core workflows: model consultation, comparison, adversarial checking, code review, security audit, and orchestration. Minor gaps exist, such as no tool for listing available models or directly executing code, but the primary surface is solid.