Labsco
BRO3886 logo

Memory Custom

β˜… 4

from BRO3886

Extends the MCP Memory server to create and manage a knowledge graph from LLM interactions.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

Memory Custom

smithery badge

This project adds new features to the Memory server offered by the MCP team. It allows for the creation and management of a knowledge graph that captures interactions via a language model (LLM).

<a href="https://glama.ai/mcp/servers/w6hi2myrxq"> <img width="380" height="200" src="https://glama.ai/mcp/servers/w6hi2myrxq/badge" alt="Memory Custom MCP server" /> </a>

New Features

1. Custom Memory Paths

  • Users can now specify different memory file paths for various projects.
  • Why?: This feature enhances organization and management of memory data, allowing for project-specific memory storage.

2. Timestamping

  • The server now generates timestamps for interactions.
  • Why?: Timestamps enable tracking of when each memory was created or modified, providing better context and history for the stored data.

API Endpoints

The server exposes several tools that can be called with specific parameters:

  • Get Current Time
  • Set Memory File Path
  • Create Entities
  • Create Relations
  • Add Observations
  • Delete Entities
  • Delete Observations
  • Delete Relations
  • Read Graph
  • Search Nodes
  • Open Nodes

Acknowledgments

  • Inspired by the Memory server from Anthropic.