by mksglu
MCP is the protocol for tool access. We're the virtualization layer for context.
# Add to your Claude Code skills
git clone https://github.com/mksglu/context-modeThe other half of the context problem.
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 both halves of this problem:
<details open> <summary><strong>Claude Code</strong></summary>No comments yet. Be the first to share your thoughts!
--continue, previous session data is deleted immediately — a fresh session means a clean slate.https://github.com/user-attachments/assets/07013dbf-07c0-4ef1-974a-33ea1207637b
Step 1 — Install the plugin:
/plugin marketplace add mksglu/context-mode
/plugin install context-mode@context-mode
Step 2 — Restart Claude Code.
That's it. The plugin installs everything automatically:
ctx_batch_execute, ctx_execute, ctx_execute_file, ctx_index, ctx_search, ctx_fetch_and_index)