loom
by jbarket
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOOM_MODEL | No | Model identifier for model-manifest context (optional) | |
| LOOM_CLIENT | No | Client adapter hint (optional): claude-code, gemini-cli, etc. | |
| LOOM_CONTEXT_DIR | No | Path to agent's context directory (default: ~/.config/loom/default) | ~/.config/loom/default |
| LOOM_SQLITE_DB_PATH | No | Override the memory DB path (default: <context>/memories.db) | <context>/memories.db |
| LOOM_FASTEMBED_MODEL | No | fastembed model ID (default: fast-bge-small-en-v1.5) | fast-bge-small-en-v1.5 |
| LOOM_FASTEMBED_CACHE_DIR | No | Where to cache ONNX models (default: ~/.cache/loom/fastembed/) | ~/.cache/loom/fastembed/ |
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/jbarket/loom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server