Skip to main content
Glama
woshilaohei

mindcore-memory-mcp

by woshilaohei

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_storeB

Store a new memory that should be remembered long-term.

memory_recallC

Recall memories relevant to the query.

memory_contextA

Build a context window from relevant memories for LLM input.

memory_update_confidenceA

Update a memory confidence score after correction.

memory_statsB

Get stats: total count, importance distribution, avg confidence.

memory_deleteA

Delete a memory by its ID. Irreversible — use with caution.

bnd_checkA

Evaluate content through the 3D Boundary balance algorithm (Forward/Reverse Formula). Returns 4D scores (TRJ/EVO/COG/BALANCE) and accept/reject decision.

bnd_statsA

Get BND manager stats: acceptance rate, score distributions, anti-chain triggers.

deduceB

Run the Deduction engine on stored memories to derive new cognitive insights. Finds patterns across high-quality COG memories.

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 9 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: BND algorithm evaluation, deduction, memory CRUD operations, context building, and stats. No overlapping functionality.

Naming Consistency4/5

Tools follow a consistent snake_case convention with prefixes like 'bnd_' and 'memory_', though 'deduce' deviates from the verb_noun pattern and 'memory_context' is noun_noun instead of verb_noun.

Tool Count5/5

9 tools is well within the ideal 3-15 range, covering all essential operations for a memory system with cognitive algorithms without being excessive.

Completeness4/5

Covers core memory operations (store, recall, delete, update confidence, stats, context) and specialized BND/deduction tools. Minor gaps like inability to update other memory fields or list all memories are acceptable.

Maintenance

ActivityInactive
ResponsivenessUnresponsive