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