Rewisp 0.11.0 — connect your agents
Rewisp's memory can now power any AI agent you use.
Connect your agents (MCP)
python3 -m rewisp mcp speaks the Model Context Protocol, so Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and Gemini CLI can query your screen memory while they work — five read-only tools: search memory, build answer-context, day summaries, open promises, and page diffs.
There's a dedicated Connect tab in the app:
- A live Connected banner that lights up the moment an agent first queries.
- Per-client setup — one-click "Add to Claude Desktop" (writes the config for you), or copy/download the exact command/config for every other client.
- An animated demo of an agent asking and Rewisp answering.
Safe by design: read-only (agents can never write or delete), fully local (stdio — no network listener), it never calls a cloud engine so an outside agent can't spend your subscriptions, and your Vault stays private unless you opt in.
Fixes
- Tracked numbers, cleaned up. The 'Tracked' card was charting garbage — ad prices, file sizes, progress bars. Now it only tracks genuine personal metrics (weight, grade, steps, heart rate, streaks…) and ignores noisy pages (streaming, search, shopping, AI chats).
143 automated tests. Installed apps auto-update within a day.