Memory Custom is a project that enhances the Memory server by allowing users to create and manage a knowledge graph that captures interactions via a language model (LLM). To use Memory Custom, clone the repository, install dependencies, configure the memory file path, and run the server locally to start managing your knowledge graph.
Memory Custom is a project that enhances the Memory server by allowing users to create and manage a knowledge graph that captures interactions via a language model (LLM). To use Memory Custom, clone the repository, install dependencies, configure the memory file path, and run the server locally to start managing your knowledge graph.
node dist/index.jsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"memory-custom": {
"command": "npx",
"args": [
"-y",
"node dist/index.js"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Memory Custom?"
No configuration required. This server works out of the box.
"What resources are available in Memory Custom?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Memory Custom"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Memory Custom with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.