memory-mcp-server

okooo5km/memory-mcp-server
★ 104 stars Swift 🧠 Memory/Knowledge Updated 2mo ago
A Model Context Protocol server that provides knowledge graph management capabilities.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "okooo5km/memory-mcp-server"
      ]
    }
  }
}