Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog granularity (e.g. INFO, DEBUG)INFO
POSTGRES_URLYesPostgreSQL connection string (SQLAlchemy async URL)
RERANKER_URLNoURL of the reranker endpointhttp://localhost:8003
GRAPH_ENABLEDNoEnable the relationship graph (Neo4j)false
MCP_HTTP_TOKEENNoBearer token for MCP HTTP endpoint (stored in private file)
BRAIN_MCP_PROFILENoMCP tool catalog profile: 'compact' (default) or 'native'compact
EMBEDDING_DIMENSIONNoVector dimension for embeddings (<=2000, pgvector HNSW ceiling)1536
BRAIN_RERANK_API_KEYNoAPI key for external reranker service (stored in private file)
BRAIN_RERANK_BACKENDNoReranker backend: 'shim' (default) or 'cohere'shim
BRAIN_EMBEDDING_MODELNoModel name sent by the openai backend (e.g. 'qodo')
EMBEDDING_SERVICE_URLNoURL of the local unified embedding endpointhttp://localhost:8003
MCP_HTTP_DREAM_TOKEENSNoBearer tokens for dream-mode HTTP endpoint (stored in private file)
BRAIN_EMBEDDING_API_KEYNoAPI key for external embedding service (stored in private file)
BRAIN_EMBEDDING_BACKENDNoBackend for embeddings: 'shim' (default) or 'openai'shim
GRAPH_LEDGER_WRITE_ENABLEDNoEnable writes to the graph ledgerfalse
BRAIN_EMBEDDING_QUERY_PREFIXNoQuery prefix for asymmetric embedding models (e.g. 'query: ')
BRAIN_EMBEDDING_DOCUMENT_PREFIXNoDocument prefix for asymmetric embedding models; change requires full re-embed

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

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/hawkixs/brain-v42'

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