Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Sipcode
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:46:32 PM

Sipcode

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Context hygiene for Claude Code: drift detection, re-read dedup, and token analytics.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "sipcode": {
      "command": "npx",
      "args": [
        "-y",
        "sipcode"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Sipcode

Sipcode

Keep Claude Code's context clean for sharper answers and lower cost, automatically.

npm GitHub stars npm downloads per month MIT licensed 1389 tests passing zero network calls

Website Β· Compare Β· Releases


Install in 30 seconds

Terminal
npm i -g sipcode
sipcode init

That is it. Your next Claude Code session will use Sipcode automatically. Verify a few minutes later:

bash
sipcode drift

If the output reads no drift, context health stable, Sipcode is doing its job.

Already installed? Keep it fresh. Sipcode makes zero network calls, so it can't pop an "update available" notice. Build a weekly habit: run sipcode update (or npm i -g sipcode@latest) to pull the latest fixes. Full details in Updating Sipcode.


What is Sipcode?

Sipcode is a free command-line tool that sits between you and Claude Code. It does three things:

  1. It watches Claude Code's context window and warns you when it starts to bloat (we call this "context rot")
  2. It catches duplicate file reads and other waste before they reach Claude, so you pay less for the same answers
  3. It gives you receipts. Every saving is measurable in your terminal.

It is open source under the MIT license. It makes zero network calls during normal use. Your data never leaves your laptop.


How Sipcode compares

SipcodeTool ATool BTool C
ApproachLive PreToolUse hookCross-session memory storeStatic methodologyRAG retrieval server
Caps verbose tool outputβœ“βœ—docs onlyβœ—
Dedups same-session re-readsβœ“βœ—docs onlyβœ—
Mid-session install supportβœ“ Verified Warm-Filln/an/an/a
Zero false-dedup by constructionβœ“n/an/an/a
Reproducible benchmark on locked corpusβœ“ 62.6% median (20 tasks)βœ—βœ—βœ—
Self-introspection MCP toolsβœ“ 15 toolsβœ—βœ—partial
Zero network calls in normal useβœ“βœ“n/aβœ—
MIT licensedβœ“βœ“βœ“βœ“

Sipcode is complementary to memory tools that persist context across sessions (Tool A in the table). Sipcode keeps each individual session clean. They solve different problems. Run both for maximum effect.

Full feature-by-feature comparison with tool names revealed: anuj7411.github.io/sipcode/compare


Why you probably want it

If you use Claude Code for real work, you have already felt this:

  • Long sessions get expensive fast. A two-hour session on Claude Max can burn through your daily plan
  • Quality drops as the context window fills. Claude starts re-reading files, repeating itself, losing the thread of what you asked
  • You cannot tell what is bloat and what is signal

Sipcode measures the bloat, then removes the parts Claude does not need. The savings are not theoretical. Run sipcode benchmark on any machine and you will see the same 62.6% median reduction on the locked 20-task corpus.


The two-minute tour

After installing, here are the five commands that show you what Sipcode is doing.

1. sipcode drift

Tells you if your current Claude Code session is drifting from your normal usage pattern. Bloated context, repeated reads, stale signals are all flagged here.

Code
βœ“ Sipcode drift: no drift, context health stable vs your recent baseline.

2. sipcode proxy --stats

Shows what Sipcode caught in the current session, broken down by rewriter.

Code
Sipcode proxy, rewrite stats
  total rewrites:    144
  est. tokens saved: ~288,685 (heuristic)
  signal kept:       67% (med), weighted across all rewrites

3. sipcode benchmark

Runs the locked 20-task corpus and produces a verifiable savings number. Anyone, anywhere can run this and get 62.6%.

Code
62.6%  median savings on a locked 20-task corpus
       range 37.4% to 80.6%   3,567,170 tokens   $67.43

4. sipcode today

Daily spend summary. Tokens used, sessions, output ratio, comparison to your 30-day median.

Code
spend so far    $1.20    across 4 sessions
tokens so far   943.8K   output ratio 3.7%

5. sipcode forecast

Month-end projection based on your last 14 days.

Code
projected month-end   $17,674   (range $14,139 to $21,208)

How to install (more detail)

Sipcode works on Mac, Linux, and Windows. You need Node.js 18 or newer.

Step 1. Install Node.js

Skip this step if you already have Node.js. Otherwise:

  • Mac: brew install node
  • Linux (Ubuntu / Debian): sudo apt install nodejs npm
  • Windows: Download from nodejs.org

Verify it worked:

bash
node --version

You should see v18.0.0 or higher.

Step 2. Install Sipcode globally

Terminal
npm i -g sipcode

This downloads Sipcode from npm and makes the sipcode command available everywhere.

If you see permission errors on Mac or Linux, try:

bash
sudo npm i -g sipcode

Verify it installed:

bash
sipcode --version

You should see 1.6.20 or higher.

Step 3. Run sipcode init to wire it into Claude Code

bash
sipcode init

This command does four things:

  1. Creates a small .sipcode/manifest.md file in your current project so Claude knows what your project is about
  2. Adds a small block to your CLAUDE.md (or creates one) with rules that keep Claude's replies terse
  3. Installs the Sipcode hook into Claude Code, which is the thing that actually saves tokens
  4. Marks the date so sipcode impact can show you before-and-after savings later

You will see a checklist as it runs. Each step shows a checkmark when it completes.

The two questions it asks (and what to pick):

1. Manifest budget. How lean to keep the project summary Sipcode injects.

  • tighten (recommended): auto-trims low-signal sections so the summary stays lean, and never blocks you.
  • strict: hard-caps the manifest at 2k tokens and refuses if it would go over.
  • off: no cap, the manifest can grow to any size.

2. Output compression rules. How terse Claude's replies are in this project.

  • default (recommended): diff-style edits, no "here's what I did" preamble.
  • strict: telegraphic, clipped replies, for power users who want maximum brevity.
  • verbose: extra context and explanation, good while you are still learning the tool.
  • skip: don't install reply rules at all.

Not sure? Take the recommended option in each. You can change either choice later: run sipcode rules --mode <default|strict|verbose> for the reply style, or re-run sipcode manifest to regenerate the summary.

Step 4. Open a new Claude Code session

Sipcode picks up automatically on the next tool call Claude makes. No restart needed in most cases. To be safe, you can close any existing Claude Code window and open a fresh one.

Now Claude Code will be using Sipcode in the background.

Step 5. After about an hour of work, check it

bash
sipcode drift
sipcode proxy --stats

If drift says "no drift" and proxy --stats shows a few dozen rewrites with savings, everything is working.


Updating Sipcode

Sipcode never checks for updates on its own. That would require a network call, and zero network calls in normal use is a guaranteed property of the codebase (a test fails the build otherwise). Updating is always a manual, explicit step.

To update to the latest version:

Terminal
npm i -g sipcode@latest

Or use the built-in helper:

bash
sipcode update          # prints your current version + the update command
sipcode update --run    # runs the update in place for you

After updating, confirm with sipcode --version and see what changed in the CHANGELOG. The MCP config never needs re-pasting; Claude asks the server for its tools on every reconnect, so new tools appear automatically.

Release cadence: patch releases ship whenever a fix or improvement is ready, often within a day or two of a reported issue. Since Sipcode can't notify you (zero network calls), a good habit is to run sipcode update about once a week. It's a one-second check, and --run upgrades you on the spot if something's new. Watch or star the repo to catch releases too.


What you get

FeatureWhat it does for you
Context-rot detectionWarns when your Claude Code session is starting to behave worse than your norm
Re-read deduplicationCatches duplicate file reads and skips them, saving tokens and time
Compression-integrity scoringFor every saving, tells you what percentage of the original signal was kept
Spend telemetryDaily, monthly, projected. All from your own transcripts, no cloud upload
Task cost estimationPredicts what a coding task will cost across Opus, Sonnet, and Haiku before you run it
Codebase health scoreRates your repo 0-100 on how easy it is for an AI agent to work in
MCP server15 tools registered for Claude Desktop, so you can ask Claude itself about your usage
Reproducible benchmarkA locked 20-task corpus that anyone can run and verify

Frequently asked questions

Is it really free?

Yes. MIT license. No tracking. No telemetry sent to us. No paid tier. You can read every line of source code on GitHub.

Does it send my code anywhere?

No. Sipcode makes zero network calls during normal use. Everything runs locally on your machine. We have a privacy test that fails if any network code is imported into the source.

How is it different from other context tools?

See the comparison page. The short version: Sipcode is the only one with a published reproducible benchmark, zero false-dedup by architecture, and mid-session install support.

What is "context rot"?

When Claude's context window fills up with stale, repeated, or off-topic information, the quality of its answers drops. Sipcode measures this with sipcode drift and removes most of the waste with the proxy hook.

Does it work with Cursor or other AI tools?

Today, only with Claude Code (since Claude Code is the only tool that exposes the hooks Sipcode needs). Support for other CLIs is something we are exploring.

How do I update?

Terminal
npm i -g sipcode@latest

Or run sipcode update to see your version and the command, or sipcode update --run to update in place. Sipcode never auto-checks for updates (zero network calls), so updating is always explicit. See the CHANGELOG for what changed.

How do I uninstall?

bash
sipcode proxy --uninstall
npm uninstall -g sipcode

Commands

CommandWhat it does
sipcode initSet up Sipcode in a project (manifest + CLAUDE.md + proxy hook)
sipcode updateShow how to update to the latest version (or --run to update now)
sipcode hygieneInstall Session Hygiene: read-once rules + context-pressure hooks
sipcode rulesInstall, switch, or inspect the output-compression rules in CLAUDE.md
sipcode manifestGenerate or refresh the project manifest
sipcode driftCheck if the current session is drifting from your norm
sipcode proxy --statsSee what the proxy caught this session (also --install / --uninstall)
sipcode benchmarkRun the locked 20-task corpus for a verifiable savings number
sipcode estimatePredict what a task will cost across models before you run it
sipcode todayToday's spend summary vs your 30-day median
sipcode statsCumulative token savings across all sessions
sipcode forecastMonth-end spend projection from your last 14 days
sipcode trendTrack one metric over time, to see if it's getting better
sipcode whyPer-session forensics: where your tokens died
sipcode impactA/B compare your spend before vs after Sipcode
sipcode scoreAudit your repo for AI-friendliness (0-100, tiered badge)
sipcode receiptGenerate a shareable PNG receipt of a session

Run any of them with --help for full options.

Tip: which sessions do these report on? By default, why, stats, today, forecast, trend, and impact look across all your projects, not just the folder you are standing in. So if you run sipcode why inside project A but project B had the most recent activity, you will see project B. To scope any of them to the project you are currently in, add --here (for example, sipcode why --here or sipcode today --here). Use sipcode why --list to see every session and pick a specific one with --session <id>.


Requirements

  • Node.js 18 or newer
  • Claude Code installed (for the proxy hook). Sipcode also works as standalone CLI tools (benchmark, score, etc.) without Claude Code installed.

License

MIT. See LICENSE.


Acknowledgments

Built with care for the indie developers who burn through their Claude Max plan in two hours. The 62.6% benchmark methodology is documented in benchmark/METHODOLOGY.md. Anthropic's published research on context-window quality informs the integrity-scoring approach.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • L
    Lossless Context Mcp

    Context ledger for agent file reads: lossless re-read dedup, token metering, signed read receipts.

    πŸ’° Finance & Fintech0 views
    Compare vs Lossless Context Mcp β†’
  • S
    Solana Security Standard

    Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

    πŸ’° Finance & Fintech0 views
    Compare vs Solana Security Standard β†’
  • R
    Ref Tools Ref Tools Mcp

    Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

    πŸ’° Finance & Fintech0 views
    Compare vs Ref Tools Ref Tools Mcp β†’

Frequently Asked Questions about Sipcode

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "sipcode": { "command": "npx", "args": ["-y", "Sipcode"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSipcode AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sipcode?style=directory)](https://allmcps.com/mcp/sipcode)
HTML Embed
<a href="https://allmcps.com/mcp/sipcode"><img src="https://allmcps.com/api/badge/sipcode?style=directory" alt="Sipcode on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Sipcode β†’Install in Claude DesktopInstall in CursorInstall in VS Code