Skip to main content
Glama
yangchoi

claude-memory-search-mcp

by yangchoi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAUDE_MEMORY_DIRNoPath to the Claude memory directory. Optional; defaults to ~/.claude/projects/<user-home>/memory.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memoryA

Search across memory files by keyword. Returns ranked hits with file name, score, matched terms, type, and description.

get_memoryA

Fetch the full body of a memory file by its name (without .md).

list_memoriesA

List all memory files. Optionally filter by type (user/feedback/project/reference).

find_relatedA

Find memories linked from or to a given memory via [[wikilinks]]. Returns related memory names.

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

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