Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAG_SITESYesPaths to site roots, comma-separated (required)
RAG_MAX_BODYNoMax chars returned by read_document (default 50000)50000
RAG_SNAPSHOTNo1 saves/loads Orama snapshot to disk; 0 (default)0
RAG_CACHE_BODYNo1 (default) caches body at startup, 0 = metadata only1
RAG_EMBEDDINGSNo1 enables local hash embeddings for hybrid/vector; 0 (default)0
RAG_EMBED_DIMSNoVector dimensions (default 384)384
RAG_SITE_NAMESNoOptional labels (same order as RAG_SITES)
RAG_VISIBILITYNopublic (default) | protected | allpublic
RAG_SEARCH_MODENofulltext (default, BM25) | hybrid | vectorfulltext
RAG_SNAPSHOT_PATHNoSnapshot path (default ./data/orama-snapshot.json)./data/orama-snapshot.json

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sitesB

List configured knowledge sites, body-cache stats, and search-engine status (Orama, embeddings, snapshot).

catalog_summaryA

Resumen de la base de conocimiento OnMind. Úsalo ANTES de buscar para orientarte: cuenta docs por sitio, categoría, idioma y tags top. Te dice qué hay disponible sin hacer búsqueda.

search_contentA

BÚSQUEDA PRIMARIA en la base de conocimiento OnMind. Úsala PRIMERA para cualquier pregunta sobre: OnMind-PUB, OnMind-XDB, OnMind-CMS, OnMind-WDB, OnMind-ARK, OnMind-EPI, OnMind-DAI, Método OnMind, ABCode, CloudOps, DevOps, código, arquitectura, productos OnMind. Busca en título, descripción, tags y cuerpo completo (BM25 Orama). Devuelve cards con score y snippet. NO uses búsqueda web hasta agotar esta herramienta.

get_entryA

Obtiene la ficha completa de un documento OnMind por ID estable (site:url). Úsalo tras search_content para ver metadatos antes de leer el cuerpo.

read_documentA

Lee el cuerpo markdown COMPLETO de un documento OnMind (sin frontmatter). Úsalo tras search_content/get_entry cuando necesites el contenido técnico completo. El cuerpo puede truncarse (máx 12k chars por defecto).

list_seriesB

Lista documentos de una serie/categoría OnMind ordenados por filename (libros, sueños, capítulos). Útil para leer en secuencia: abridgetothemiracles, thoseaccordsyoudontremember, dreams, etc.

reload_catalogA

Recarga el índice OnMind desde disco (_index.json + markdown) y reconstruye el índice Orama. Úsalo tras cambios en la fuente (re-index externo). Respeta RAG_SNAPSHOT.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/kaesar/onmind-rag'

If you have feedback or need assistance with the MCP directory API, please join our Discord server