cursor-plugin-engram

ai-integr8tor/cursor-plugin-engram
★ 0 stars Unknown language Code/Dev Tools Updated 2d ago
Cursor adapter for the self-hosted Local Recall 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": {
    "cursor-plugin-engram": {
      "command": "npx",
      "args": [
        "-y",
        "ai-integr8tor/cursor-plugin-engram"
      ]
    }
  }
}

README Excerpt

This repository is a small, MIT-licensed adapter that connects Cursor to the self-hosted [Local Recall core](https://github.com/ai-integr8tor/engram) through standard MCP. It intentionally contains no memory engine, hosted-service dependency, account system, or IDE-specific fork of the core. Other editors can use the same stdio or Streamable HTTP interfaces documented by the core repository.

Tools (5)

append_messagescreate_conversationget_conversationlist_conversationssearch

Topics

cursorlocal-recallmcpmemoryself-hosted