Skip to main content
Glama
axrbarsic

memory-bank-mcp

by axrbarsic

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
statusA

Return bank readiness, counts, and ingestion warnings.

searchC

Search the bank with exact, semantic, or hybrid ranking.

dossierC

Return an evidence-backed dossier for a topic.

chronologyC

Return dated evidence for a topic in chronological order.

sourceB

Return one immutable source record and its provenance.

evidenceB

Return the exact evidence packet for one search segment.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct retrieval need: system status, search, topic dossier, chronology, single source, and evidence segment. No two tools serve the same purpose, making selection unambiguous.

Naming Consistency5/5

All tool names are single-word lowercase nouns, following a consistent style. Though not verb_noun, the pattern is uniform and predictable.

Tool Count5/5

6 tools is well-scoped for a memory bank server, covering querying, summarization, and provenance retrieval without excess or deficiency.

Completeness3/5

The tool surface covers retrieval comprehensively but lacks any write or update tools (e.g., add_memory, delete_source). This leaves a notable gap for interactive maintenance.

Maintenance

ActivityStale
ResponsivenessNo issues