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 |
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
- 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/wublinux/supply-chain-local-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server