Skip to main content
Glama
eliasonAdvising

Claude Memory MCP Server

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_add_observationA

Record an observation from the current session. Use this to capture discoveries, gotchas, decisions, trade-offs, or problem-solutions that should be remembered across sessions.

memory_get_observationA

Retrieve a specific observation by ID. Use this after seeing an observation in the index that looks relevant.

memory_search_observationsA

Search observations by keyword. Returns matching observations sorted by recency.

memory_get_timelineB

Get observations around a specific point in time. Useful for understanding the context of an observation.

memory_get_indexA

Get the progressive disclosure index showing all recent observations. This shows WHAT exists and retrieval COST (tokens) without full details.

memory_add_conceptA

Add a concept to the knowledge graph. Concepts represent domain knowledge that can be connected via typed relationships.

memory_get_conceptA

Retrieve a specific concept from the knowledge graph.

memory_find_solutionsA

Find concepts that solve a problem by traversing 'resolved_by', 'prevents', 'mitigates', or 'enables' relationships.

memory_find_relatedA

Find conceptually related concepts via graph traversal (BFS). Finds concepts connected by any relationship type.

memory_add_connectionA

Add a relationship between two concepts. Available relationships: resolved_by, prevents, mitigates, causes, enables, requires, depends_on, is_a, part_of, instance_of, contains, precedes, follows, related_to, contrasts_with, similar_to, implemented_by, grounded_in, applies_when

memory_get_knowledge_indexA

Get the knowledge graph index showing key insights, problem-solution mappings, and knowledge domains.

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/eliasonAdvising/claude-memory-mcp'

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