Back to MCP Servers
Mengram
Human-like memory layer for AI agents with semantic, episodic, and procedural memory. Claude Code hooks (auto-save, auto-recall, cognitive profile). 29 MCP tools, knowledge graph, smart triggers, multi-user isolation. Python & JS SDKs.
knowledge-memorypythonaiagent
By alibaizhanov
Installation
npx -y mengramConfiguration
{
"mcpServers": {
"mengram": {
"command": "npx",
"args": ["-y", "mengram"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes