Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the server. Automatically set if not provided.
NVIDIA_API_KEYNoAPI key from https://build.nvidia.com. Used for both embeddings and chat.
ALLOWED_ORIGINSNoCORS origins list.*
NVIDIA_CHAT_MODELNoThe NVIDIA chat model to use.meta/llama-3.3-70b-instruct
EMBEDDING_PROVIDERNoIf 'local', uses a local embedding server; otherwise hosted (OpenRouter/OrcaRouter).
OPENROUTER_API_KEYNoAlternative to NVIDIA_API_KEY. Use OpenRouter instead of NVIDIA.
ORCAROUTER_API_KEYNoAlternative to NVIDIA_API_KEY. Use OrcaRouter instead of NVIDIA.
LOCAL_EMBEDDING_MODELNoModel name for the local embedding server (e.g., intfloat/multilingual-e5-large).
EMBEDDING_PROMPT_STYLENoPrompt style expected by the embedding model: 'gemini', 'e5', or 'raw'.gemini
NVIDIA_EMBEDDING_MODELNoThe NVIDIA embedding model to use.nvidia/nv-embed-v1
LOCAL_EMBEDDING_BASE_URLNoBase URL of the local embedding server, OpenAI-compatible (e.g., http://localhost:8080/v1).
LOCAL_EMBEDDING_DIMENSIONNoOutput dimension of the local embedding model (e.g., 1024).
OPENROUTER_EMBEDDING_MODELNoOpenRouter embedding model ID (e.g., google/gemini-embedding-001).
ORCAROUTER_EMBEDDING_MODELNoOrcaRouter embedding model ID (e.g., google/gemini-embedding-001).
OPENROUTER_EMBEDDING_DIMENSIONNoOutput dimension of the OpenRouter embedding model (e.g., 3072).
ORCAROUTER_EMBEDDING_DIMENSIONNoOutput dimension of the OrcaRouter embedding model (e.g., 3072).

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/muhammedturan65/liyakat-mcp'

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