Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

## The Problem

<p align="center">
<img src="docs/assets/preview-text-example.gif" alt="Split-screen: 1,200-line nginx log streaming on the left (130.4 KB), clean status-code summary appearing on the right (0.4 KB) — same answer, 325× less context" width="960">
</p>

Every MCP tool call dumps raw data into your context window. A Playwright snapshot costs 56 KB. Twenty GitHub issues cost 59 KB. One access log — 45 KB. After 30 minutes, 40% of your context is gone. And when the agent compacts the conversation to free space, it forgets which files it was editing, what tasks are in progress, and what you last asked for.

Context Mode is an MCP server that solves all three sides of this problem:
Expand Down Expand Up @@ -969,6 +973,10 @@ Works on **all platforms**. On Claude Code, slash commands (`/ctx-stats`, `/ctx-

## Benchmarks

<p align="center">
<img src="docs/assets/preview-benchmarks.gif" alt="Six real benchmark rows animating in — red raw-output bars dwarf the tiny green context bars, closing on 937.8 KB → 80.1 KB session total" width="960">
</p>

| Scenario | Raw | Context | Saved |
|---|---|---|---|
| Playwright snapshot | 56.2 KB | 299 B | 99% |
Expand Down
Binary file added docs/assets/preview-benchmarks.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/preview-text-example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading