supply-chain-local-agent
by wublinux
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KB_DATA_DIR | Yes | Absolute path to the private knowledge base data directory (e.g., /absolute/path/supply-chain-private-kb). This directory holds inbox, originals, derived, review, approved, and reports subdirectories. | |
| LLM_API_KEY | No | API key for the OpenAI-compatible API. Required when LLM_BASE_URL is set. | |
| LLM_BASE_URL | No | Base URL of the OpenAI-compatible API endpoint (e.g., https://approved-endpoint.example/v1). Required for LLM-powered features; if omitted, the system runs in lexical-only mode. | |
| LLM_TEXT_MODEL | No | Model name for text processing (e.g., document classification, SOP extraction, question answering). | |
| EMBEDDING_MODEL | No | Model name for generating embeddings used in semantic search. | |
| LLM_VISION_MODEL | No | Model name for vision/OCR tasks (e.g., transcribing scanned pages). Required when processing scanned documents. | |
| KB_OBSIDIAN_VAULT | No | Absolute path to the Obsidian vault directory. Defaults to $KB_DATA_DIR/obsidian-vault. | $KB_DATA_DIR/obsidian-vault |
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
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 | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues