Context Mode
UnclaimedContext window optimization for AI coding agents. Sandboxes tool output (98% reduction), persists session memory, and enforces routing across 17 platforms via MCP + hooks.
Install
claude mcp add context-mode -- npx -y context-modeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (10)
ctx_batch_execute
Run multiple commands + search multiple queries in ONE call. Opt-in concurrency: 1-8 for I/O-bound batches.
ctx_doctor
Diagnose installation: runtimes, hooks, FTS5, versions.
ctx_execute
Run code in 12 languages. Only stdout enters context.
ctx_execute_file
Process files in sandbox. Raw content never leaves.
ctx_fetch_and_index
Fetch URL, chunk and index. Cache reuses content within TTL (default 24h, override per-call with ttl: <ms>). ttl: 0 or force: true to bypass. Pass requests: [{url, source}, ...] + concurrency: 1-8 for parallel multi-URL.
ctx_index
Chunk markdown into FTS5 with BM25 ranking.
ctx_purge
Permanently deletes all indexed content from the knowledge base.
ctx_search
Query indexed content with multiple queries in one call.
ctx_stats
Show context savings, call counts, and session statistics.
ctx_upgrade
Upgrade to latest version from GitHub, rebuild, reconfigure hooks.