mcp-structured-memory

nmeierpolys/mcp-structured-memory
★ 12 stars TypeScript 🧠 Memory/Knowledge Updated 1d ago
Structured Memory MCP Server
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": {
    "mcp-structured-memor": {
      "command": "npx",
      "args": [
        "-y",
        "nmeierpolys/mcp-structured-memory"
      ]
    }
  }
}