engram-rs
by kael-bit
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENGRAM_LLM_KEY | No | API key for the chosen LLM provider. | |
| ENGRAM_LLM_URL | No | OpenAI-compatible API URL for the LLM (e.g., https://api.openai.com/v1 or http://localhost:11434/v1). | |
| ENGRAM_LLM_MODEL | No | The lightweight model used for text processing tasks (e.g., gpt-4o-mini). | |
| ENGRAM_GATE_MODEL | No | The strong model used for quality gate decisions (e.g., gpt-4o). | |
| ENGRAM_LLM_PROVIDER | No | Specifies the LLM provider, such as 'anthropic' for native Anthropic support. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/kael-bit/engram-rs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server