From 237a8114a98f4bf60c4c386840ae2673a72c33cd Mon Sep 17 00:00:00 2001 From: fate Date: Tue, 28 Apr 2026 15:00:59 -0400 Subject: [PATCH] docs: emphasize ai-memory MCP for persistent memory + link to Pages Several docs/index.html and README.md references to "ai-memory MCP integration" or "ai-memory" now link directly to the project's GitHub Pages site at https://alphaonedev.github.io/ai-memory-mcp/, which is the canonical discovery surface for the memory server. docs/index.html - Meta description: "persistent memory" -> "persistent memory via ai-memory MCP" - Persistent Memory feature card: now leads with bold link to the Pages site and surfaces the headline LongMemEval R@5 number, FTS5 storage, zero cloud dependencies. - "ai-memory Integration" section heading -> linked title - Intro paragraph mentions Homebrew install of ai-memory - Documentation list: Pages link first, then the grok-cli-specific setup guide on GitHub - Footer "ai-memory" link -> Pages URL (was the GitHub repo URL) README.md - Headline bullet: "ai-memory MCP integration" -> "Persistent memory via [ai-memory MCP](https://alphaonedev.github.io/ai-memory-mcp/)" with the same product positioning. - Section 3 ("ai-memory") header is now a Pages link; install snippet shows the brew option first, curl-pipe second. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 12 ++++++++---- docs/index.html | 12 ++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f6843c68..c3f4a8f2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Fork of [superagent-ai/grok-cli](https://github.com/superagent-ai/grok-cli) with - **Ink React terminal UI** --- full markdown rendering with headers, bold, italic, tables, code blocks, lists, links, blockquotes. Vivid syntax highlighting for 25+ languages (Python, JavaScript, TypeScript, Rust, Go, Java, C/C++, Ruby, PHP, Bash, and more) - **TOON compression** --- 30-50% token savings on all structured tool results -- **ai-memory MCP integration** --- persistent cross-session memory with vector search and auto-recall +- **Persistent memory via [ai-memory MCP](https://alphaonedev.github.io/ai-memory-mcp/)** --- AlphaOne's MCP-native memory server (97.8% R@5 on LongMemEval, pure SQLite FTS5, zero cloud dependencies). Session-scoped connections, auto-recall on startup, and compaction summary storage - **Session-scoped MCP connections** --- connect once per session, not per message - **MCP tools in all modes** --- memory works in plan, ask, and agent modes - **Security hardening** --- AES-256-GCM storage encryption, MCP tool name collision prevention, description sanitization, 16 red team fixes @@ -168,12 +168,16 @@ Full sub-agent instructions in [docs/user-settings-example.json](docs/user-setti See [docs/CONFIGURATION.md](docs/CONFIGURATION.md) for the complete guide. -### 3. ai-memory (optional, recommended) +### 3. [ai-memory MCP](https://alphaonedev.github.io/ai-memory-mcp/) (optional, recommended) -Add persistent cross-session memory: +Add persistent cross-session memory via AlphaOne's MCP-native memory server. +Documentation: ```bash -# Install ai-memory +# Install via Homebrew (recommended) +brew install alphaonedev/homebrew-tap/ai-memory + +# Or one-line install curl -fsSL https://raw.githubusercontent.com/alphaonedev/ai-memory-mcp/main/install.sh | bash ``` diff --git a/docs/index.html b/docs/index.html index 534044f2..fc69b2b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ grok-cli — AI Coding Agent Powered by xAI Grok | AlphaOne LLC - + @@ -241,7 +241,7 @@

TOON Compression

Persistent Memory

-

ai-memory MCP integration with session-scoped connections, auto-recall on startup, and compaction summary storage. Your agent remembers across sessions.

+

Powered by ai-memory MCP — AlphaOne's persistent memory server (97.8% R@5 on LongMemEval, pure SQLite FTS5, zero cloud dependencies). Session-scoped connections, auto-recall on startup, and compaction summary storage. Your agent remembers across sessions.

Security Hardening

@@ -294,8 +294,8 @@

Full Configuration

}

Full sub-agent instructions in user-settings-example.json. See CONFIGURATION.md for the complete guide.

-

ai-memory Integration (optional)

-

Add persistent cross-session memory. Merge into the config above:

+

ai-memory MCP Integration (optional)

+

Add persistent cross-session memory via ai-memory, AlphaOne's MCP-native memory server. Install with brew install alphaonedev/homebrew-tap/ai-memory, then merge into the config above:

{
   "mcp": {
     "servers": [{
@@ -346,7 +346,7 @@ 

Documentation

Headless JSON Spec — JSONL stream schema for --format json with jq cookbook
Release Signing — macOS codesign + notarization setup
Example Configuration — copy-paste ready template
- ai-memory Integration — persistent memory setup
+ ai-memory MCP — persistent memory server (grok-cli setup guide)
Sub-Agents Guide — built-in and custom agents
Releases · Changelog @@ -379,7 +379,7 @@

Built with

Fork of superagent-ai/grok-cli · MIT License · GitHub · - ai-memory + ai-memory MCP