Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| N8N_API_KEY | Yes | Clave de API para autenticación | |
| N8N_INDEX_NAME | No | Nombre del índice por defecto | PROJECT_CONVERSATIONS |
| N8N_WEBHOOK_ID | Yes | ID único del webhook | |
| N8N_WEBHOOK_URL | Yes | URL base del webhook de n8n | |
| N8N_TABLE_CATEGORY | No | Categoría de tabla por defecto | DEVELOPMENT_LOGS |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| n8n_save_data | Guardar información en n8n a través de webhook para indexación y almacenamiento |
| n8n_health_check | Verificar la conectividad y estado del webhook de n8n |