engram-mcp

RavioleLabs/engram-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 5d ago
Local-first semantic memory MCP server for AI agents — 29 tools, anti-loop contracts, runs on your machine
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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "RavioleLabs/engram-mcp"
      ]
    }
  }
}

README Excerpt

> Local-first semantic memory layer for AI agents. EngramMCP is the memory layer your agents need — ingests from your real sources (notes, conversations, Drive, Notion, YouTube, Obsidian, audio, custom types) and exposes a standard MCP server for any agent runtime (Claude Code, Cursor, custom Anthropic/OpenAI runtimes).