hitl-proxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HITL_AUDIT_LOG | No | Path to the NDJSON audit log file | ./hitl-audit.log |
| HITL_TOKEN_TTL | No | Session token TTL in milliseconds | 300000 |
| HITL_BASH_TIMEOUT | No | Shell command timeout in milliseconds | 30000 |
| HITL_PROJECT_ROOT | No | Root directory. File paths are validated against this | process.cwd() |
| HITL_QUESTION_TOOL | No | Name of the IDE's human-input tool | question |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| declare_intent_hitlA | [MEJOR PRÁCTICA — úsalo antes de question()] Declara explícitamente qué vas a hacer y por qué, ANTES de pedir aprobación al usuario. Devuelve un sessionToken para usar en la acción final. Flujo ideal:
|
| edit_hitlA | Edita un archivo existente reemplazando un fragmento de texto. REQUIERE aprobación humana. Flujo correcto (dos llamadas):
|
| write_hitlA | Crea o sobreescribe un archivo completo. REQUIERE aprobación humana. Flujo correcto (dos llamadas):
|
| bash_hitlA | Ejecuta un comando shell. REQUIERE aprobación humana. ⚠️ Comandos destructivos (rm, del, drop, truncate, reset) son especialmente sensibles. Flujo correcto (dos llamadas):
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Santi746/IA-HITL-PROTOCOL'
If you have feedback or need assistance with the MCP directory API, please join our Discord server