gist-ai

Hapytrails2526/gist-ai
★ 0 stars TypeScript Memory/Knowledge Updated 4d ago
Memory & context compression for AI applications — TurboQuant WASM codec, content compression, and an MCP server. Keeps the gist, drops the bulk.
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": {
    "gist-ai": {
      "command": "npx",
      "args": [
        "-y",
        "Hapytrails2526/gist-ai"
      ]
    }
  }
}