Memory Custom
@BRO3886
About Memory Custom
simple memory mcp server with custom memory location
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-memory-custom": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@BRO3886/mcp-memory-custom",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Memory Custom?
Memory Custom is an enhanced version of the official MCP Memory server. It adds custom memory paths and timestamping capabilities to the knowledge graph that captures interactions via a language model (LLM). It's intended for users who want project-specific memory storage and better context tracking.
How to use Memory Custom?
Install via Smithery with npx -y @smithery/cli install @BRO3886/mcp-memory-custom --client claude or clone the repo, run npm install && npm run build, and set the MEMORY_FILE_PATH environment variable to specify a custom memory file path (defaults to memory.json). Add the server configuration to claude_desktop_config.json or .cursor/mcp.json and follow the provided system prompt for interaction.
Key features of Memory Custom
- Custom memory paths for project-specific storage
- Timestamping for interaction tracking and context
- Create, read, update, and delete entities and relations
- Add observations with timestamps
- Search and open nodes in the knowledge graph
- Read entire graph structure
Use cases of Memory Custom
- Manage separate memory files for different projects
- Track history of interactions with precise timestamps
- Organize knowledge graph by project contexts
- Enhance LLM context with structured, timestamped memory
FAQ from Memory Custom
What are the prerequisites for running Memory Custom?
Node.js version 16 or higher is required.
How do I set a custom memory file path?
Set the MEMORY_FILE_PATH environment variable before running the server. If not set, it defaults to memory.json in the same directory as the script.
What tools does Memory Custom expose?
It exposes tools for setting memory file path, creating/reading/updating/deleting entities, relations, observations, searching nodes, opening nodes, and getting the current time.
How does timestamping work?
The server provides a get_current_time tool that can be used to add timestamps to entities, observations, and relations during interaction.
Can I use Memory Custom with Claude Desktop or Cursor?
Yes, it can be configured as an MCP server in claude_desktop_config.json or .cursor/mcp.json by specifying the command and args to the compiled index.js file.
Frequently asked questions
What are the prerequisites for running Memory Custom?
Node.js version 16 or higher is required.
How do I set a custom memory file path?
Set the `MEMORY_FILE_PATH` environment variable before running the server. If not set, it defaults to `memory.json` in the same directory as the script.
What tools does Memory Custom expose?
It exposes tools for setting memory file path, creating/reading/updating/deleting entities, relations, observations, searching nodes, opening nodes, and getting the current time.
How does timestamping work?
The server provides a `get_current_time` tool that can be used to add timestamps to entities, observations, and relations during interaction.
Can I use Memory Custom with Claude Desktop or Cursor?
Yes, it can be configured as an MCP server in `claude_desktop_config.json` or `.cursor/mcp.json` by specifying the command and args to the compiled `index.js` file.
Basic information
More Memory & Knowledge MCP servers
π GistPad MCP
lostintangentπ An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists

PLUR
plur-aiAI agents start every session with amnesia β you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol β pages, databases, blocks, comments, files.
minutes
silversteinEvery meeting, every idea, every voice note β searchable by your AI. Open-source, privacy-first conversation memory layer.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Comments