Memory & context compression for AI applications — TurboQuant WASM codec, content compression, and an MCP server. Keeps the gist, drops the bulk.
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"
]
}
}
}
Run in terminal:
claude mcp add gist-ai npx -y Hapytrails2526/gist-ai
Add to .cursor/mcp.json:
{
"mcpServers": {
"gist-ai": {
"command": "npx",
"args": [
"-y",
"Hapytrails2526/gist-ai"
]
}
}
}