token-savior (Mibayy/token-savior) is an MCP server listed on the M8ven Trust Index. It scores 75 out of 100, grade B. It declares 2 tools. No publisher has claimed this listing.

B
Limited view
75/100
1 month ago

token-savior

An MCP server that provides structural codebase indexing and surgical query tools to drastically reduce token usage through symbol-level searches and transitive impact analysis. It supports multiple languages and integrates with git to help AI agents understand code dependencies and the impact of changes in sub-millisecond time.

Limited view. Automated analysis covers part of this stack. Findings reflect what we verified. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

Limited view: static analysis for Python is partially covered.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Mibayy

Source: Glama · also listed on mcp.so

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configTS_HOOKS_DIR
configTOKEN_SAVIOR_PROFILE"": "optimized"
configTS_THIN_SCHEMAS1 off (on in optimized) Strip verbose tool schemas from the manifest
configTS_AUTO_HOT_K10 Hot-tool count exposed by the telemetry-driven auto profile
configTS_MEMORY_DISABLEcodebase-memory Persistent code graph With the memory engine =1
configTS_CAPTURE_DISABLEDTS_PROFILE=tiny_plus =1 python3 bench.py --tasks all --run B
configTS_CODE_MODE_DISABLE1 off Disable code-mode tools
configTOKEN_SAVIOR_BANNER
configTOKEN_SAVIOR_DEBUG1 off Debug logging
configTOKEN_SAVIOR_TRACEoff (bool) MCP request lifecycle tracing
configTOKEN_SAVIOR_NO_WARMUPoff (bool) Skip the ts_search embedding warm-up
configTS_RESOURCES_DISABLEDoff (bool) Don't expose observations as ts://obs/{id} MCP resources
configTS_CAPTURE_THRESHOLD_BYTES4096 Minimum tool-output size to sandbox
configTS_COMPACT_INLINE_THRESHOLD4096 Hybrid mode: compact-result size above which the full original is also sandboxed
configTS_COMPACT_TINY_THRESHOLD256 Hybrid mode: compact-result size below which the sandbox is always skipped
configTS_BASH_COMPACTexport =1 # PostToolUse output compactors (34 of them)
configTS_CAPTURE_REPLACE1 off Strong-replace: tell the agent to ignore the inline output and capture_get the URI
configTS_CAPTURE_TTL_DAYS30 Captures older than this are purged on the next capture_put; 0 disables the GC
configTOKEN_SAVIOR_STATS_DIR~/.local/share/token-savior Telemetry + stats directory
configTOKEN_SAVIOR_CLIENT"": "claude-code",
configHERMES_GATEWAY_URL
configHERMES_SESSION_ID
configCODEX_HOME
configCODEX_SANDBOX
configCLAUDECODENot knobs: , CLAUDE_CODE_ENTRYPOINT, CLAUDE_PROJECT_DIR,
configCLAUDE_CODE_ENTRYPOINTNot knobs: CLAUDECODE, , CLAUDE_PROJECT_DIR,
configTOKEN_SAVIOR_SESSION_LABELFree-form label attached to session telemetry
configWORKSPACE_ROOTS"": "/path/to/project1,/path/to/project2",
configPROJECT_ROOTSingle-root alternative to WORKSPACE_ROOTS
configTS_WARM_STARToff (bool) Pre-build project slots at startup
configTOKEN_SAVIOR_AUTODISCOVER
configTOKEN_SAVIOR_MEMORY_AUTO_SAVE1 off Auto-save memory observations
configTOKEN_SAVIOR_CHAIN_NUDGEon 0/false/off disables chained-tool nudges
configTS_SEARCH_COLD_DELEGATEoff (bool, on ok) Delegate the cold ts_search call to a running ts daemon
configTS_STICKY_ACTIVE
configTS_BASH_REWRITE_LOGexport =$HOME/.local/state/token-savior/rewrites.jsonl
configTS_BASH_REWRITEexport =1 # PreToolUse command rewriter (10 rules)
configXDG_STATE_HOME
configTS_DISCIPLINE_GUARD
configTS_GUARD_OFF
configCLAUDE_PROJECT_ROOTDeliberate active-project override (Token Savior's own contract — no host sets it). Registered if valid, wins over every other boot signal
configCLAUDE_PROJECT_DIRNot knobs: CLAUDECODE, CLAUDE_CODE_ENTRYPOINT, ,
configXDG_CONFIG_HOME
configXDG_RUNTIME_DIR
configTS_SOCK/tmp/ts.sock Unix socket of the ts daemon (CLI + cold delegate)
🔐 secretKEY
configTOKEN_SAVIOR_DASHBOARD_HOST127.0.0.1 Dashboard bind host
configTOKEN_SAVIOR_DASHBOARD_PORT8921 Dashboard port
configTOKEN_SAVIOR_INCLUDE_TMP_PROJECTSoff (bool) Dashboard also lists projects under temp dirs
configTOKEN_SAVIOR_DATA_DIR
configXDG_DATA_HOME
configTOKEN_SAVIOR_VARIABLES
configTOKEN_SAVIOR_MAX_FILE_SIZE500000 Max file size (bytes) to index
configTOKEN_SAVIOR_MAX_FILES10000 Max files per project
configTOKEN_SAVIOR_EXCLUDE_PATTERNSColon-separated globs appended at the indexer level
configVAR
configEXCLUDE_EXTRAColon-separated globs appended to the default excludes
configEXCLUDE_PATTERNSbuilt-in list Colon-separated globs; replaces the default exclude list
configINCLUDE_PATTERNSbuilt-in list Colon-separated globs; replaces the default include list
configTOKEN_SAVIOR_WATCHERauto File watcher: auto / on / off
configTS_WATCHER_FORCE_POLLINGoff Force the polling watcher backend
configTS_CODE_MODE_NODEnode Node binary used by the code-mode sandbox
configCLAUDE_CONFIG_DIR
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

2/2 tools missing one or more hints — dynamic_tool_228 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ts_extended (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/mibayy/token-savior)](https://m8ven.ai/mcp/mibayy/token-savior)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: e41825f624d3513be7fdfb9146e35d265dbb1b06
code hash: dcd28fd4420dbed3570204253d7ba95f4025b443588838e7d2609b6da7c8f272
verified: 8/6/2026, 3:02:45 PM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client