MemEcsy

vajraimb/MemEcsy
★ 0 stars Odin AI/LLM Updated 12d ago
Structured long-term memory for AI agents — ECS, derived decay, Memory-as-Code, Tcl reasoning. MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memecsy": {
      "command": "npx",
      "args": [
        "-y",
        "vajraimb/MemEcsy"
      ]
    }
  }
}

README Excerpt

**A structured long-term memory server for AI agents. ECS world + Tcl reasoning + Odin persistence.** Memory-as-Code: your agent's memories are typed structs, not embeddings. The LLM writes programs (Tcl) to store, recall, and reason over them. Memories decay over time, get reinforced when used, and persist as readable code on

Tools (3)

FactRelationshipUserPreference