Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TransportNoTransport: Stdio (local) or Http (hosted).Stdio
Garnet__HostNoHost of the Garnet server.127.0.0.1
Garnet__PortNoPort of the Garnet server.6379
Memory__UserNoPins the memory owner so store and recall always agree.default
Garnet__KeyPrefixNoPrefix for memory index keys.mem
Embeddings__ApiKeyNoOptional API key; prefer keyless DefaultAzureCredential.
Embeddings__EndpointNoRequired when provider is AzureOpenAI.
Embeddings__ProviderNoEmbedding provider: AzureOpenAI or Fake.Fake
Embeddings__DimensionsNoDimensions must match the embedding model.1536 (AOAI) / 8 (Fake)
Garnet__LogRedisCommandsNoSet true to log the equivalent redis-cli command at Debug level.false
Embeddings__DeploymentNameNoDeployment name for AzureOpenAI embeddings.text-embedding-3-small
Logging__LogLevel__DefaultNoLog 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/tarazou9/garnet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server