Skip to main content
Glama
Relic-Studios

Deep Recall MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPRECALL_API_KEYYesYour Deep Recall API key

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

Tools

Functions exposed to the LLM to take actions

NameDescription
deeprecall_rememberA

Store a memory. Behind the scenes: embeds for semantic search, builds graph edges to related memories, detects contradictions, auto-resolves temporal changes, infers entity relationships, and periodically consolidates episode clusters into durable facts. All biology runs automatically — just store what matters.

deeprecall_searchA

Search memories. Hybrid keyword + semantic search, ranked by salience. Faded memories rank lower. 'outdoor activities' finds 'loves hiking'.

Prompts

Interactive templates invoked by user choice

NameDescription
deeprecall_instructionsInstructions for the AI on how to use Deep Recall memory tools proactively

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one stores a memory, the other searches memories. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with the 'deeprecall_' prefix, using 'remember' and 'search' as clear action verbs.

Tool Count3/5

With only 2 tools, the server feels minimal. While it covers basic store and search, it lacks additional tools for management, making the count borderline for a memory system.

Completeness2/5

The server lacks common operations like delete, update, or list memories. Although it claims automatic resolution, agents may need explicit lifecycle tools, leaving significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues