Skip to main content
Glama
Delagund

LLM Wiki MCP Server

by Delagund

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_WIKI_DIRNoRuta al directorio donde se almacenan los archivos Markdown de la wiki.
MCP_PROJECT_IDYesIdentificador del proyecto para aislar el conocimiento.
OLLAMA_EMBED_DIMSNoDimensiones del modelo de embeddings.768
OLLAMA_EMBED_MODELNoModelo de embeddings de Ollama.nomic-embed-text

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
save_noteA

Ingesta una nota con embeddings. Extrae metadata YAML, asigna project_id e is_global, segmenta el texto, genera embeddings (con timeout) y persiste atómicamente.

search_wikiA

Busca contexto usando búsqueda semántica híbrida (KNN Vec0 + FTS5) fusionada mediante RRF. Explicación: Si Ollama está disponible, ejecuta tanto búsqueda semántica como léxica, filtrando por proyecto y fusionando resultados usando Reciprocal Rank Fusion (RRF). Si Ollama no está disponible o falla, degrada a búsqueda léxica únicamente.

get_ingestion_statusC

Reporta notas que hayan fallado o hayan sido omitidas (SKIPPED). Opcionalmente filtra por status.

list_notesC

Lista las notas almacenadas, con filtros opcionales.

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/Delagund/llm_wiki'

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