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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Tokenmizer
Tokenmizer logo
Health: ActiveRecent health check succeeded.Last checked 9/6/2026, 10:17:17 PM

Tokenmizer

User RatingsBe the first to rate and review this MCP server!
View Repository29 GitHub StarsTotal stargazers on GitHub for the source repository (29 stars).Visit Website
session-memoryknowledge-graphcontext-managementdeveloper-tools

Builds graph-based session memory behind an OpenAI-compatible proxy, with checkpoints, compact resumes, and six MCP tools.

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 â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "shweta-mishra-ai-tokenmizer": {
      "command": "uvx",
      "args": [
        "tokenmizer"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

Shweta-Mishra-ai/tokenmizer MCP server exposes session memory and file analysis through six MCP tools backed by a local TokenMizer proxy. The proxy sends OpenAI-compatible chat requests to supported model providers while extracting decisions, tasks, files, errors, and goals into a typed graph stored in SQLite. Use it when agents need to checkpoint work before context limits, resume sessions compactly, inspect token savings, or trace why a decision changed.

Use cases

•Checkpoint long-running agent sessions before context limits
•Resume a project with active decisions and unresolved work
•Trace why a technical decision was replaced
•Analyze large files through an MCP client

Key features

•Typed graph memory for decisions, tasks, files, errors, and goals
•Session checkpoint and compact resume tools
•Decision supersession tracing with reasons and evidence
•OpenAI-compatible local proxy
•SQLite-backed graph and checkpoint storage
•Token savings and graph statistics

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Tokenmizer.

Extracted Tool Capabilities
Typed graph memory for decisions, tasks, files, errors, and goals
Session checkpoint and compact resume tools
Decision supersession tracing with reasons and evidence
OpenAI-compatible local proxy
SQLite-backed graph and checkpoint storage
Token savings and graph statistics

How Tokenmizer works

What Shweta-Mishra-ai/tokenmizer MCP server does

Shweta-Mishra-ai/tokenmizer MCP server connects MCP clients to TokenMizer’s graph-backed session memory. It supports checkpointing and resuming sessions, graph and savings statistics, file analysis, and decision tracing. The graph records typed items such as decisions, tasks, files, errors, and goals rather than reducing the session to a plain summary.

A decision that is replaced remains represented as superseded, allowing the reasoning history to be followed later. The resume output is a compact projection containing active decisions, unfinished work, and unresolved errors. This makes the server relevant to long-running coding or research sessions where preserving rationale matters as much as preserving the latest state.

How it works

TokenMizer runs locally as a proxy between an OpenAI-compatible client and an LLM provider. Applications send chat requests to http://localhost:8000/v1; the proxy processes the request, updates its graph, applies compression and caching stages, and forwards the request to the configured provider. SQLite stores the graph, checkpoints, and ownership data.

The MCP process communicates with the proxy through TOKENMIZER_URL, normally set to http://localhost:8000. Checkpoint, resume, statistics, and decision-reasoning tools require the proxy to remain running. File analysis can run without the proxy.

The Shweta-Mishra-ai/tokenmizer MCP server is therefore an MCP interface to the shared graph, not a separate memory store for each client. A session saved from one supported tool can be resumed from another client using the same graph.

Setup and configuration

Install the Python package with:

Terminal
pip install "tokenmizer[anthropic,cache]"

For the Anthropic configuration shown in the README, set TOKENMIZER_ANTHROPIC_API_KEY, then start the proxy:

server.ts
export TOKENMIZER_ANTHROPIC_API_KEY=sk-ant-...
tokenmizer serve

Configure an MCP client with the tokenmizer-mcp command and point it at the running proxy:

config.json
{
  "mcpServers": {
    "tokenmizer": {
      "command": "tokenmizer-mcp",
      "env": { "TOKENMIZER_URL": "http://localhost:8000" }
    }
  }
}

The README documents configurations for Claude Desktop, Claude Code, Cursor, VS Code, Zed, and Codex CLI. If the executable is not on PATH, it gives python -m tokenmizer.mcp.server as an alternative command. Ollama can be used locally by setting the provider to ollama; the README also documents Docker deployment and additional provider configuration separately.

Tools and capabilities

The Shweta-Mishra-ai/tokenmizer MCP server provides these six tools:

  • checkpoint_session saves a session into graph memory.
  • resume_session loads a compact continuation block.
  • get_graph_stats reports graph statistics.
  • get_savings_stats reports token savings.
  • analyze_file processes a file for relevant session information.
  • why_decision follows a decision’s supersession chain and returns the recorded reasons and evidence for each step.

The optional session_id request field enables memory for a named project or session when using the OpenAI-compatible API.

Limitations and notes

The proxy must be running for checkpointing, resuming, statistics, and decision reasoning. File analysis is the exception and does not require the proxy. The README describes the system as local, but model-provider access still depends on the selected provider: Anthropic requires its configured API key, while Ollama can run locally.

The MCP configuration exposes the tools through a client, while ordinary model requests still use the OpenAI-compatible HTTP endpoint. The supplied material does not specify operating-system-specific requirements beyond the documented client configuration paths, nor does it provide a complete list of provider environment variables.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

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

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Penfield MCP logoPenfield MCP

    Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client.

    🧠 Knowledge & Memory3 views
    Compare vs Penfield MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
29
Stargazers on the source repository.
Last commit
23d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Tokenmizer

Install the Python package with `pip install "tokenmizer[anthropic,cache]"`, then configure an MCP client to run `tokenmizer-mcp`.

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 PreviewTokenmizer AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/shweta-mishra-ai-tokenmizer?style=directory)](https://allmcps.com/mcp/shweta-mishra-ai-tokenmizer)
HTML Embed
<a href="https://allmcps.com/mcp/shweta-mishra-ai-tokenmizer"><img src="https://allmcps.com/api/badge/shweta-mishra-ai-tokenmizer?style=directory" alt="Tokenmizer on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
4/5 checks healthy over the last 31d
Views3
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.
GitHub stars29
GitHub Star CountTotal stargazers on GitHub representing community popularity (29 stars).
Last commit23d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 18, 2026
51Quality signal: Good · 51/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 ownership10/20
Documentation & tools21/30
Adoption & activity7/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev

★ 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 unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge 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 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Tokenmizer →Install in Claude DesktopInstall in CursorInstall in VS Code