Skip to main content
Glama
tiempor3al

learning-loop-mcp

by tiempor3al

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEARNING_LOOP_MCP_DBNoExplicit path to the SQLite index database. Defaults to $XDG_DATA_HOME/learning-loop-mcp/index.db.
LEARNING_LOOP_PROJECTS_ROOTNoRoot directory containing project repositories. The server resolves project docs under <PROJECTS_ROOT>/<project>/docs/.~/Proyectos

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Searches lessons (hybrid FTS5 + KNN) and returns JSON results with a cite project/file:line and sources (fts5/vec). Identical to the CLI.

learning_contextA

Returns ONLY lessons of the given project applicable to the tarea (hybrid search filtered by project, with cites).

learning_statusB

Learning-loop status of the project (metrics + validation findings). Same dict as learning-loop-mcp status --json. JSON.

indexC

(Re)indexes the project into the local index. JSON with the number of lessons indexed. lessons_path is optional (default convention).

register_solutionA

Registers (append-only) a verified solution of the project.

Forward-only states: observed, fixed-locally, externally-verified, documented, indexed. JSON with the created revision, or error if the payload does not pass the state gates. If the project has versioned YAML (or solutions_path is passed), the event is also written to docs/metrics/solutions.yaml (git).

reindex_solutionsC

Rebuilds the solutions table from the project's versioned YAML (docs/metrics/solutions.yaml). JSON with the number of rows re-inserted.

solutionsC

Trace (append-only) of the project's solutions ledger. JSON with the list of events ordered by revision.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
lessons://format/lessons-format.mdKit file: lessons-format.md
lessons://templates/AGENTS-ritual.mdKit file: AGENTS-ritual.md
lessons://templates/lessons.mdKit file: lessons.md
lessons://templates/errors.yamlKit file: errors.yaml
lessons://templates/solutions.yamlKit file: solutions.yaml

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/tiempor3al/learning-loop-mcp'

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