learning-loop-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LEARNING_LOOP_MCP_DB | No | Explicit path to the SQLite index database. Defaults to $XDG_DATA_HOME/learning-loop-mcp/index.db. | |
| LEARNING_LOOP_PROJECTS_ROOT | No | Root 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | Searches lessons (hybrid FTS5 + KNN) and returns JSON results with a
cite |
| learning_contextA | Returns ONLY lessons of the given |
| learning_statusB | Learning-loop status of the project (metrics + validation findings).
Same dict as |
| indexC | (Re)indexes the project into the local index. JSON with the number of
lessons indexed. |
| 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 |
| reindex_solutionsC | Rebuilds the |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| lessons://format/lessons-format.md | Kit file: lessons-format.md |
| lessons://templates/AGENTS-ritual.md | Kit file: AGENTS-ritual.md |
| lessons://templates/lessons.md | Kit file: lessons.md |
| lessons://templates/errors.yaml | Kit file: errors.yaml |
| lessons://templates/solutions.yaml | Kit file: solutions.yaml |
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/tiempor3al/learning-loop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server