EveryDev.ai
Subscribe
Home
Tools

2,928+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Sipcode
    Sipcode icon

    Sipcode

    Context Engineering

    An open-source CLI toolkit that keeps Claude Code's context clean by trimming token waste, detecting context rot, and providing spend analytics — all locally with zero telemetry.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and MIT-licensed. No account, no telemetry, no paid tier.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Context EngineeringAI Coding AssistantsCommand Line Assistants

    Alternatives

    Draft CLI PluginRepo WizardAgent OS
    Developer
    Anuj OjhaAnuj Ojha builds Sipcode, an open-source CLI toolkit for Cla…

    Listed Jun 2026

    About Sipcode

    Sipcode is a free, MIT-licensed command-line toolkit built by Anuj Ojha that sits between you and Claude Code to automatically reduce context bloat, lower token costs, and improve answer quality. It runs entirely on your local machine with zero network calls during normal use, and requires no account or telemetry. The project is written in TypeScript, available on npm, and currently at version v1.6.16.

    What It Is

    Sipcode is a context-management layer for Claude Code — Anthropic's terminal-based AI coding assistant. As Claude Code sessions grow longer, the context window fills with stale, repeated, or verbose tool output, a phenomenon Sipcode calls "context rot." The toolkit intercepts tool calls before they reach Claude, rewrites bulky outputs into compact forms, deduplicates repeated file reads, and alerts you when a session starts drifting from your normal usage baseline. According to the project's own reproducible benchmark run on a locked 20-task corpus, Sipcode achieves a 62.6% median token reduction.

    Three-Layer Architecture

    Sipcode organizes its work into three distinct layers:

    • Valve (proxy hook): A PreToolUse hook that rewrites verbose commands — git diff, git log, grep -r, and others — into compact equivalents before Claude ever processes them. The project reports reductions of up to 94% for git diff and 80% for grep -r on its benchmark corpus.
    • Meter (analytics): Reads local Claude Code .jsonl transcript files to report daily spend, session output ratios, duplicate reads, idle context, and month-end projections. All analysis is local; no data leaves the machine.
    • Drift detector: Compares the latest session's token-per-turn rate and cache-reuse percentage against a rolling baseline of recent sessions. It stays silent unless a meaningful regression is detected, then names the specific signal and suggests a fix.

    MCP Integration for Claude Desktop

    Beyond the terminal, Sipcode ships 15 MCP (Model Context Protocol) tools that register with Claude Desktop. This lets users ask Claude natural-language questions like "how am I doing today?" or "how much will I spend this month?" and have Claude route those queries to tools like get_today_summary and forecast_monthly_spend. The MCP server is installed separately via npx sipcode-mcp and makes zero network calls, reading only the local transcript files Claude Code already writes.

    Setup Path

    Installation requires Node.js 18 or newer and takes under two minutes:

    1. npm i -g sipcode — installs the global CLI from npm
    2. sipcode init — creates a project manifest, updates CLAUDE.md with terse-reply rules, and installs the proxy hook into Claude Code
    3. Verify with sipcode drift after a session

    The proxy hook activates on the next Claude Code tool call. Uninstalling is equally straightforward with sipcode proxy --uninstall followed by npm uninstall -g sipcode.

    Update: v1.6.16 — F-CACHE-DEFER + F-NATIVE-GREP

    The latest release, v1.6.16 (published June 22, 2026), is named "F-CACHE-DEFER + F-NATIVE-GREP," indicating new rewriter features targeting cache deferral and native grep handling. The project homepage still references v1.6.15 while the GitHub release page shows v1.6.16, suggesting active, rapid iteration. The repository was created in May 2026 and has seen consistent pushes since, with 1,363 tests passing as of the README. The project's GitHub topics include context-engineering, drift-detection, token-optimization, mcp-server, and ast, reflecting the breadth of its current feature surface.

    Tradeoffs to Know

    The project is explicit about its current scope limits. The proxy hook only works inside Claude Code — Claude Desktop's pipeline is closed to this kind of interception, so Desktop users get only the MCP analytics tools. Sipcode also does not claim to improve Claude's answer quality directly; it cites published Anthropic research on context-window quality effects but measures only the tokens it saves, not downstream quality outcomes. The benchmark number (62.6%) is reproducible via npx sipcode benchmark on any machine, but real-world savings will vary by workload.

    Sipcode - 1

    Community Discussions

    Be the first to start a conversation about Sipcode

    Share your experience with Sipcode, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and MIT-licensed. No account, no telemetry, no paid tier.

    • Context rot drift detection
    • PreToolUse proxy hook with token rewriting
    • Re-read deduplication
    • Compression-integrity scoring
    • Daily and monthly spend analytics

    Capabilities

    Key Features

    • Context rot detection via drift monitoring
    • PreToolUse proxy hook that rewrites verbose tool outputs
    • Re-read deduplication to skip files already in context
    • Compression-integrity scoring showing signal retained per rewrite
    • Daily and monthly spend analytics from local transcripts
    • Month-end spend forecasting
    • 15 MCP tools for Claude Desktop integration
    • AST-aware file reads returning only the requested symbol
    • Reproducible 20-task benchmark corpus (62.6% median savings)
    • Zero network calls and zero telemetry
    • Per-session forensics with sipcode why
    • Repo AI-friendliness audit with sipcode score
    • Shareable PDF session receipts

    Integrations

    Claude Code
    Claude Desktop
    MCP (Model Context Protocol)
    npm
    Node.js
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Sipcode and help others make informed decisions.

    Developer

    Anuj Ojha

    Anuj Ojha builds Sipcode, an open-source CLI toolkit for Claude Code that reduces token waste and detects context rot in AI coding sessions. The project is MIT-licensed, ships with zero telemetry, and is maintained as a solo indie developer effort. Sipcode is available on npm and GitHub, targeting developers who use Claude Code for real-world software work.

    Read more about Anuj Ojha
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    Draft CLI Plugin icon

    Draft CLI Plugin

    Persistent shared context plugin for Claude Code, Codex CLI, and Cursor that injects your full product context into every AI session automatically.

    Repo Wizard icon

    Repo Wizard

    AI-powered CLI tool for generating project structures, configuration files, and documentation from natural language prompts.

    Agent OS icon

    Agent OS

    Agent OS is an open-source system for injecting codebase standards and writing better specs for spec-driven AI development, compatible with Claude Code, Cursor, and other AI coding tools.

    Browse all tools

    Related Topics

    Context Engineering

    Techniques for optimizing context windows to improve AI responses.

    45 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    565 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    166 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions