Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region for Bedrock, e.g., us-east-1.
AWS_ACCESS_KEY_IDNoAWS access key ID for Bedrock authentication.
OLLAMA_CHAT_MODELNoOllama chat model name, e.g., llama3.1.
BEDROCK_CHAT_MODELNoBedrock chat model ID, e.g., anthropic.claude-3-5-sonnet-20240620-v1:0.
CLIENT_LLM_PROVIDERNoLLM provider to use for chat generation. Options: ollama, bedrock.
AWS_SECRET_ACCESS_KEYNoAWS secret access key for Bedrock authentication.
OLLAMA_EMBEDDING_MODELNoOllama embedding model name, e.g., nomic-embed-text.
RAG_EMBEDDING_PROVIDERNoEmbedding provider for retrieval. Options: ollama, bedrock.
BEDROCK_EMBEDDING_MODELNoBedrock embedding model ID, e.g., amazon.titan-embed-text-v2:0.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
retrieve_documentsC

Retrieve relevant knowledge chunks.

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/elandy/mcp-ai-backend'

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