MKMChat
by fivanparedes
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MKM_API_KEY | No | Strong bearer authorization key | change-me-in-production |
| OLLAMA_MODEL | No | Default LLM model tag | llama3.2:3b |
| MKM_HTTP_HOST | No | Host binding for Python API | 0.0.0.0 |
| OLLAMA_BASE_URL | No | Base URL of the Ollama server | http://ollama:11434 |
| MKM_DEBUG_PROMPTS | No | Write fully redacted prompt history to log file | false |
| MKM_MECHANIC_RAG_TOP_K | No | Number of passages to search for explanations | 16 |
| MKM_MECHANIC_RAG_MAX_PASSAGES | No | Max context passages to include | 8 |
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
ActivityInactive
ResponsivenessNo issues