Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mneme_searchA

Retrieval over the vault. v1.0 ships FTS5 BM25 with Turkish casefold normalization. Optional date and frontmatter type filters. Returns ranked hits with snippets. The cards array (EvidenceCard) is the preferred output and carries content_hash, trust, and confidence_label. Each card carries a backend field identifying which retrieval leg produced it (fts5, dense, kg). The backends_used array lists every backend that returned at least one hit. hits is kept for backward compatibility.

mneme_recallB

Retrieve documents by session_id or date range. Returns paths, titles, mtimes, and (when include_body) the markdown body of each match.

mneme_writeA

Atomically append or replace a markdown section in a vault file. Enforces assertWithinVault path containment. Optional frontmatter applies to newly created files only.

mneme_summarizeB

Topic summary grouped by directory. v1.0 uses FTS5 and can add Graphiti fields when full-profile KG state is active.

mneme_timelineC

Temporal-ordered references for a subject. v1.0 returns FTS5 hits sorted by mtime ascending and can add bi-temporal Graphiti facts when full-profile KG state is active.

mneme_primeA

Preflight context bundle for a new session. Combines recent session-typed docs and topic-relevant matches inside a token budget. v1.0 uses the full injection format; Phase F.5 adds the keypoints/ref Adaptive Context Layer. Pass session_id (from CLAUDE_SESSION_ID) to activate per-session injection deduplication and progressive format selection (full → keypoints → ref as context fills).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool serves a unique purpose: prime for session context, recall for retrieval by id/date, search for full-text search, summarize for topic summaries, timeline for temporal references, and write for file operations. No overlapping functionality.

Naming Consistency5/5

All tools follow the consistent pattern 'mneme_<verb>', with verbs that clearly indicate the action (prime, recall, search, summarize, timeline, write). No mixing of conventions.

Tool Count5/5

With 6 tools, the server is well-scoped for a knowledge vault system. Each tool addresses a core operation without redundancy or excess, fitting the typical 3-15 range perfectly.

Completeness4/5

The tool set covers essential operations: session priming, retrieval by criteria, full-text search, summarization, timeline queries, and writing. A minor gap might be the absence of a dedicated delete tool, but write's replace functionality and overall coverage make this a minor shortfall.

Maintenance

ActivityActive
ResponsivenessSlow