GitHub 仓库

mksglu/context-mode

TypeScript 首次收录 2026-02-23 更新于 2026-07-16 查看源 ↗

GitHub 仓库 中按Star排名第 136 / 共 783

19.0k Star

Context window optimization for AI coding agents. Sandboxes tool output (98% reduction), persists session memory, and enforces routing across 17 platforms via MCP + hooks.

项目介绍

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. On top of that, the agent wastes output tokens on filler, pleasantries, and verbose explanations — burning context from both sides.

Context Mode is an MCP server that solves all four sides of this problem:

Platforms are grouped by install complexity. Hook-capable platforms get automatic routing enforcement. Non-hook platforms need a…

摘自 github.com/mksglu/context-mode

最新指标

Star 19.0k 2026-07-16
Fork 1.3k 2026-07-16
提交 2.1k 2026-07-16
发布 195 2026-07-16
Watcher 87 2026-07-16
开放 issue 39 2026-07-16
开放 PR 39 2026-07-16