engram

cylian-org/engram
★ 0 stars Python 🔍 Search Updated 1mo ago
Persistent knowledge base MCP server with full-text search and graph relations.
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": {
    "engram": {
      "command": "uvx",
      "args": [
        "engram"
      ]
    }
  }
}

Or install with pip: pip install engram