Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RRF_KNoRRF smoothing constant.60
MCP_HOSTNoHost to bind for HTTP transports.127.0.0.1
MCP_PORTNoPort to bind for HTTP transports.8000
RECALL_KNoNumber of results recalled per retrieval path.8
LLM_MODELNoLLM model for query rewriting.deepseek-ai/DeepSeek-V4-Flash
MILVUS_DBNoMilvus database name.langchain_docs_db
MIN_SCORENoMinimum reranking score threshold.0.3
CHUNK_SIZENoChunk size for document splitting.800
MILVUS_URINoMilvus server URI.http://localhost:19530
EMBED_MODELNoEmbedding model name.Qwen/Qwen3-Embedding-4B
RERANK_MODELNoReranking model name.BAAI/bge-reranker-v2-m3
UPSERT_BATCHNoMilvus upsert batch size.200
CHUNK_OVERLAPNoChunk overlap.100
MCP_TRANSPORTNoMCP transport: stdio, streamable-http, or sse.stdio
LLMS_INDEX_URLNollms.txt index URL used by get_document.https://docs.langchain.com/oss/python/langchain/llms.txt
OPENAI_API_KEYNoUpstream API key for vectorization, query rewriting, and reranking. Required unless using BYOK mode where clients supply their own key via X-Api-Key or Authorization headers.
QUERY_VARIANTSNoNumber of English query variants to generate for Chinese questions.3
LLMS_INDEX_URLSNoComma-separated URLs of llms.txt indexes for ingestion.https://docs.langchain.com/oss/python/langchain/llms.txt
OPENAI_BASE_URLNoOpenAI-compatible API base URL.https://api.siliconflow.cn/v1
MILVUS_COLLECTIONNoMilvus collection name.langchain_docs_llms_v1
RERANK_CANDIDATESNoMaximum number of candidates sent to reranking.12

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

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