engrim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| engrim_recallA | Search this project's engrim memory for records relevant to a query (hybrid keyword + semantic ranking). Use before non-trivial work to recall prior decisions, facts, feedback, and state. |
| engrim_contextC | Return the project's session-boot memory pack — the curated, high-signal records that orient you at the start of work, within a character budget. |
| engrim_addA | Write a durable memory record so it persists across sessions. Use at real decision points and for durable facts/feedback/state. |
| engrim_reviewA | Check coverage before clearing context: surface recent decisions from the transcript log that don't appear to be in curated memory yet. safe_to_clear is null (unknown) when this project has no transcript log; otherwise it is a boolean heuristic verdict about the available log. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |