Satori
by ham-zax
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Host URL for Ollama. Required if EMBEDDING_PROVIDER is 'Ollama'; default 'http://127.0.0.1:11434'. | http://127.0.0.1:11434 |
| MILVUS_TOKEN | No | Token for Milvus. Required if EMBEDDING_PROVIDER is 'VoyageAI' (cloud). Optional for local. | |
| MILVUS_ADDRESS | No | Address of the Milvus vector store. Required for both providers. | |
| EMBEDDING_MODEL | No | The embedding model name. For VoyageAI: 'voyage-4-large'; for Ollama: 'nomic-embed-text'. | nomic-embed-text |
| VOYAGEAI_API_KEY | No | API key for VoyageAI. Required if EMBEDDING_PROVIDER is 'VoyageAI'. | |
| EMBEDDING_PROVIDER | No | The embedding provider. Must be 'VoyageAI' or 'Ollama'. | |
| VOYAGEAI_RERANKER_MODEL | No | Reranker model for VoyageAI. Optional, default 'rerank-2.5'. | rerank-2.5 |
| EMBEDDING_OUTPUT_DIMENSION | No | Output dimension of the embedding model. Required for VoyageAI; default '1024'. | 1024 |
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
ActivityActive
ResponsivenessNo issues