claude-memory-search-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAUDE_MEMORY_DIR | No | Path to the Claude memory directory. Optional; defaults to ~/.claude/projects/<user-home>/memory. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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