MCP Servers / database / Memory Custom

Memory Custom

JSON →
httpnone4database

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

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: memory-custom
Tools
What this server exposes
Get Current Time
Retrieves the current timestamp for use in memory operations.
Set Memory File Path
Specifies a custom file path for storing memory data for a project.
Create Entities
Creates new entities in the knowledge graph.
Create Relations
Creates relations between entities in the knowledge graph.
Add Observations
Adds observations to existing entities in the knowledge graph.
Delete Entities
Deletes entities from the knowledge graph.
Delete Observations
Deletes observations from entities in the knowledge graph.
Delete Relations
Deletes relations between entities in the knowledge graph.
Read Graph
Reads the entire knowledge graph structure.
Search Nodes
Searches for nodes in the knowledge graph based on criteria.
Open Nodes
Opens specific nodes in the knowledge graph for viewing or editing.
Configuration
Environment & auth
authnone
Resources
Memory Custom — MCP Server · libregistry