Local token-saving, intelligence-preserving context layer for Claude Code, Cowork, Codex and any MCP host. Press / and save tokens.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · http counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 7402d89 · analyzer v33 · 2w ago
skills & prompt files 9
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/applychanges.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/begin.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/changeai.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/clearchat.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/findcode.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/openfile.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/shortreply.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/showrepo.md
- agent-rules aryxnsdfs-token-diet-7402d89/.claude/commands/showstats.md
danger signals1
- dynamic code execution __import__() aryxnsdfs-token-diet-7402d89/ctx/cli.py :97
__import__(mod)
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 26
filesystem 13
- fs aryxnsdfs-token-diet-7402d89/ctx/cli.py :12
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/config.py :11
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/engine/docs.py :12
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/engine/facade.py :11
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/engine/index.py :19
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/engine/memory.py :18
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/engine/patch.py :14
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/engine/telemetry.py :12
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/init/__init__.py :10
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/init/claude_code.py :10
from pathlib import Path - fs aryxnsdfs-token-diet-7402d89/ctx/proxy.py :15
from pathlib import Path - fs (weak) aryxnsdfs-token-diet-7402d89/tests/evals/test_eval_harness.py :15
from pathlib import Path
show 1 more
- fs (weak) aryxnsdfs-token-diet-7402d89/tests/test_engine.py :5
from pathlib import Path
network 2
- net aryxnsdfs-token-diet-7402d89/ctx/engine/memory.py :89
import httpx - net aryxnsdfs-token-diet-7402d89/ctx/proxy.py :44
import httpx
secrets 1
- secrets aryxnsdfs-token-diet-7402d89/ctx/proxy.py :128
return request.headers.get("x-api-key") or os.environ.get("ANTHROPIC_API_KEY", "")
database 1
- db aryxnsdfs-token-diet-7402d89/ctx/engine/index.py :17
import sqlite3
declared dependencies 14
- mcp@>=1.2.0
- networkx@>=3.0
- fastapi@>=0.110
- uvicorn@>=0.27
- httpx@>=0.27
- tree-sitter@>=0.21
- tree-sitter-language-pack@>=0.2
- watchdog@>=4.0
- tiktoken@>=0.6
- markitdown@>=0.0.1
- anthropic@>=0.40
- openai@>=1.0
show 2 more
- pytest@>=8.0
- pytest-asyncio@>=0.23