Scritty: A Terminal Emulator That Gives AI Coding Agents Shared, Searchable Memory
English summary
Scritty is a terminal emulator that captures every conversation from CLI-based AI coding agents such as Claude, Codex, Copilot, Antigravity, and Ollama. It indexes all captured conversations into a single searchable corpus that is fully controlled by the user. The indexed knowledge is served back to the agents via the Model Context Protocol (MCP) and to the user directly through the CLI. This gives coding agents a persistent, shared memory across sessions.
Chinese summary
Scritty 是一款终端模拟器,可以捕获 Claude、Codex、Copilot、Antigravity 和 Ollama 等基于命令行的 AI 编程代理的每一次对话。它将所有对话索引到一个完全由用户管理的可搜索语料库中。索引后的知识通过模型上下文协议(MCP)返回给代理,同时供用户在 CLI 中直接检索,从而为编程代理提供了跨会话的持久共享记忆。
Key points
Captures all CLI agent conversations from Claude, Codex, Copilot, Antigravity, and Ollama.
捕获 Claude、Codex、Copilot、Antigravity 和 Ollama 等 CLI 代理的所有对话。
Indexes conversations into a user-controlled searchable corpus.
将对话索引到用户可管理的可搜索语料库中。
Serves indexed knowledge back to agents over MCP and to users via the CLI.
通过 MCP 将索引知识返回给代理,同时通过 CLI 提供给用户。
Provides AI coding agents with persistent, shared memory across sessions.
为 AI 编程代理提供跨会话的持久共享记忆。