MCP Directory
Back

mcp-knowledge-graph

by shaneholloman · JavaScript · ★ 844

MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development

#ai-memory#claude-ai#knowledge-graph#mcp#memory-server#typescript

Install

npx -y github:shaneholloman/mcp-knowledge-graph

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-knowledge-graph": {
      "command": "npx",
      "args": [
        "-y",
        "github:shaneholloman/mcp-knowledge-graph"
      ]
    }
  }
}

From the README

**Persistent memory for AI models through a local knowledge graph.** Store and retrieve information across conversations using entities, relations, and observations. Works with Claude Code/Desktop and any MCP-compatible AI platform. AIM stands for **AI Memory** - the core concept of this system. The three AIM elements provide clear organization and safety: - ** directories**: Keep AI memory files organized and easily identifiable - ** tool prefixes**: Group related memory functions together in multi-tool setups - ** safety markers**: Each memory file starts with to prevent accidental overw…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers