Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROUP_IDNoTenant identifier.default
NEO4J_URINoConnection URI for the Neo4j database.bolt://localhost:7687
NEO4J_USERNoUsername for the Neo4j database.neo4j
CHUNK_OVERLAPNoOverlap size between document chunks.0
LLM_MODEL_KEYYesAPI key for the LLM model.
LLM_MODEL_URLNoBase URL for the OpenAI-compatible LLM API.https://api.openai.com/v1
CHUNK_SIZE_MAXNoMaximum size for document chunks.2000
CHUNK_SIZE_MINNoMinimum size for document chunks.200
LLM_MODEL_NAMENoModel name used for graph search and general processing.gpt-4o-mini
NEO4J_PASSWORDNoPassword for the Neo4j database.password
RERANK_MODEL_NAMENoModel name used for reranking search results.gpt-4.1-nano
EMBEDDING_MODEL_KEYNoAPI key for the embedding model.dummy
EMBEDDING_MODEL_URLNoBase URL for the OpenAI-compatible Embedding API.http://host.docker.internal:11434/v1
EMBEDDING_MODEL_NAMENoModel name for generating embeddings.kun432/cl-nagoya-ruri-large:latest

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/suwa-sh/local-RAG-backend'

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