engram-slack

Elifterminal/engram-slack
★ 0 stars Python AI/LLM Updated today
A Slack agent with real long-term memory: temporal knowledge graph + vector store + consolidation/forgetting, exposed as an MCP server, running on a local model. No cloud AI API.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "engram-slack": {
      "command": "uvx",
      "args": [
        "engram-slack"
      ]
    }
  }
}

Or install with pip: pip install engram-slack

README Excerpt

**A Slack agent with real long-term memory.** Engram is a drop-in memory layer that lets a Slack bot remember people, projects, decisions, and preferences across conversations and channels — and, crucially, keep its memory *correct* when the team changes its mind. Cognition runs on a **local model** (Ollama),