memex-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMEX_MEMORY_ROOT | No | Root directory for storing memories. Defaults to ~/.memex/memory |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_memoryA | Create a durable markdown memory for facts, decisions, preferences, or project context that should survive beyond the current chat. |
| get_memoryA | Retrieve a memory note by id and return its complete markdown with YAML frontmatter. |
| append_memoryA | Append new markdown to an existing memory while preserving its current content and updating the modified timestamp. |
| update_memoryA | Patch memory metadata and optionally replace the full markdown body. Use append_memory when adding incremental observations. |
| archive_memoryA | Mark a memory as archived without deleting its markdown file. |
| delete_memoryA | Permanently delete a memory note by id. |
| list_memoriesA | List memory metadata for browsing or filtering without returning full note bodies. Use search_memory when you need relevance ranking. |
| search_memoryA | Search durable memories with relevance ranking over title, aliases, tags, path, description, and body terms. |
| build_memory_indexA | Build or refresh the human-readable markdown memory index at index.md. |
| rebuild_memoryB | Repair and rebuild the memory store: optionally fix frontmatter, apply or normalize wikilinks from memory titles and aliases using longest matches first, then rebuild index.md and index.yaml. |
| load_memory_indexB | Load the generated markdown memory index, optionally refreshing it first. |
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/deepak-bhardwaj-ps/memex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server