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