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 |
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/ham-zax/satori'
If you have feedback or need assistance with the MCP directory API, please join our Discord server