Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINDSDB_ENABLEDNofalse
MONGO_RAW_ENABLEDNofalse
CONTEXTLATTICE_ENVNodevelopment
ORCH_START_INTERNALNotrue
ORCH_SECURITY_STRICTNofalse
SECRETS_STORAGE_MODENoredact
FANOUT_OUTBOX_BACKENDNosqlite
ORCH_PGVECTOR_ENABLEDNofalse
SIGNAL_REFRESH_ENABLEDNofalse
SINK_RETENTION_ENABLEDNofalse
OVERRIDE_REFRESH_ENABLEDNofalse
ORCH_STARTUP_TIMEOUT_SECSNo45
ORCH_RETRIEVAL_FAST_SOURCESNotopic_rollups
TOPIC_ROLLUP_SQLITE_ENABLEDNotrue
ORCH_RETRIEVAL_DEFAULT_SOURCESNotopic_rollups
ORCH_PRODUCTION_REQUIRE_API_KEYNofalse
TOPIC_ROLLUP_SQLITE_FTS_ENABLEDNotrue
TOPIC_ROLLUP_SQLITE_VEC_ENABLEDNotrue
CONTEXTLATTICE_ORCHESTRATOR_API_KEYNo

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthA

Run a non-destructive runtime health check before any memory tool call. Use this when a connection fails, startup seems incomplete, or you need readiness evidence before writes. Returns a JSON health envelope (for example: status/services/components/queue fields) as both text and structured JSON. If the orchestrator requires an API key and the bridge is not configured, this returns an auth failure instead of mutating state.

memory.searchA

Read-only contextual retrieval for pre-inference recall. Required: project + query. Keep project aligned with prior memory.write calls so ranking and topic continuity remain coherent. Parameter interactions: topic_path narrows scope and usually reduces noise/latency; if scoped reads return empty/degraded, retry once without topic_path. include_grounding=true adds citation-safe grounding with strict numeric copy behavior (numbers must be consumed verbatim). include_retrieval_debug=true adds source policy/timing/failure detail for diagnosis and can increase payload size. agent_id should stay stable across sessions so retrieval profile defaults (mode/sources/escalation) remain deterministic. Lifecycle handling: result_state can be ready/pending/degraded/empty; when pending/degraded, use warnings/source status and continuation metadata to re-read after cache warm. Do not use this tool for writes or health checks: use memory.write for persistence and health for startup/readiness checks. On auth/upstream failures this returns isError=true with structured error payload.

memory.writeA

State-changing durable memory write used for checkpoints, implementation decisions, and compact recall artifacts. Parameter interactions: projectName should match the project used by memory.search; fileName is the logical lineage key (stable fileName preserves continuity and dedupe behavior); topicPath controls retrieval partitioning and, if omitted, is derived from fileName. content should be concise and factual (avoid full transcripts; preserve numeric facts verbatim). Side effects: successful writes may trigger asynchronous fanout/indexing/rollup work. ok=true with event_id means the write was accepted, but per-target fanout can still be pending/retrying and is returned in fanout/warnings. Do not use this for retrieval or diagnostics: use memory.search for reads and health for readiness checks. On auth/upstream errors this returns isError=true with structured error payload.

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/sheawinkler/context-lattice'

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