garnet-mcp
by tarazou9
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| Transport | No | Transport: Stdio (local) or Http (hosted). | Stdio |
| Garnet__Host | No | Host of the Garnet server. | 127.0.0.1 |
| Garnet__Port | No | Port of the Garnet server. | 6379 |
| Memory__User | No | Pins the memory owner so store and recall always agree. | default |
| Garnet__KeyPrefix | No | Prefix for memory index keys. | mem |
| Embeddings__ApiKey | No | Optional API key; prefer keyless DefaultAzureCredential. | |
| Embeddings__Endpoint | No | Required when provider is AzureOpenAI. | |
| Embeddings__Provider | No | Embedding provider: AzureOpenAI or Fake. | Fake |
| Embeddings__Dimensions | No | Dimensions must match the embedding model. | 1536 (AOAI) / 8 (Fake) |
| Garnet__LogRedisCommands | No | Set true to log the equivalent redis-cli command at Debug level. | false |
| Embeddings__DeploymentName | No | Deployment name for AzureOpenAI embeddings. | text-embedding-3-small |
| Logging__LogLevel__Default | No | Log level. Set Debug for per-call tool tracing. | Information |
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