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. πŸ’° Finance & Fintech
  3. Vs Token Safer
Vs Token Safer logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:17:20 PM

Vs Token Safer

User RatingsBe the first to rate and review this MCP server!
View Repository11 GitHub StarsTotal stargazers on GitHub for the source repository (11 stars).Visit Website
code-searchdeveloper-toolslanguage-servercode-navigationrefactoring

Local MCP server for token-capped code search, navigation, diagnostics, and symbol-level edits.

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.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for JSungMin/vs-token-safer, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (14) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

vs-token-safer routes code navigation and search through language-server indexes or a tree-sitter fallback instead of returning large source dumps. It provides compact file-and-line results, semantic symbol operations, diagnostics, and optional search rewriting for coding agents. Use it when working in large repositories where raw grep and full-file reads consume too much context.

Use cases

β€’Find symbol declarations and references across a codebase
β€’Trace callers, callees, definitions, and implementations
β€’Replace, insert, rename, or safely delete declarations by symbol name
β€’Scan compiler and linter diagnostics with capped output
β€’Rewrite grep-style searches into indexed queries

Key features

β€’Language-server-backed semantic search
β€’Tree-sitter fallback for additional languages
β€’Token-capped file, line, and diagnostic results
β€’Symbol-level read and edit operations
β€’Concept search from repository identifiers and comments
β€’Local dashboard and git diff blast-radius analysis

Capabilities & Tool Schemas (14) ~517 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Vs Token Safer.

search_symbol

Find a symbol declaration by name/substring (semantic, not text).

find_references

Every call site of a symbol. Takes the **name directly** (`symbol="FooBar"`) β€” the one to reach for when you change a function/type and must touch every use. `detail=file`/`dir` β†’ a **blast-radius summary** (dependents grouped + ranked) instead of the per-line list. `direction=callers`/`callees` sw…

read_symbol

Return the **source of one named declaration** (its span) β€” not the whole file. The read-side twin of `replace_symbol_body`: skip Read-ing a 700-line file to see one function. `signatureOnly` trims to the head.

goto_definition

Jump to the definition at a position. `kind=` also does `type_definition` / `implementation` (concrete impls of an interface/virtual) / `declaration`.

hover

Type/signature at a position.

document_symbols

Outline a file (classes/functions/types as `file:line`). `scope=directory` β†’ a **signatures-only repo skeleton** of every code file under a dir (the shape of a module without Reading each file).

Documentation Overview

vs-token-safer

English Β· ν•œκ΅­μ–΄

A token-saving code layer for Claude Code, for any codebase. TypeScript, JavaScript, and Python work with zero setup; C# and C++ add a language server; and 30+ more languages come in on the built-in tree-sitter tier. Proven up to a 26k-translation-unit Unreal Engine monorepo β€” so your web, backend, or data repo is the easy case.

Claude Code MCP Glama release License: MIT PRs Welcome Stars

Your coding agent has a small context window. Your repo is large. vs-token-safer sits in between.

Ask where something is, what calls it, or even "how does the auth flow work?" when the name escapes you β€” and instead of pasting a wall of source into the chat, it replies with a short file:line list.

  • Builds normally? The answers are exact β€” it reads the same code index your editor relies on.
  • No toolchain set up? It still locates your functions and classes.
  • Forgot the name, only remember what it does? It finds it from the vocabulary your own code already uses β€” no AI model, nothing uploaded.
  • Markdown or a config file? Jump straight to one section by its heading instead of opening the whole file.

A companion plugin does the same for giant editor and build logs. None of it leaves your machine.

87% fewer tokens than grep β€” a deterministic 3-language, 150-file benchmark (47,547 grep tokens vs 6,195); ~99% on the zero-setup tree-sitter tier; ~138x on a real Unreal Engine 5 tree

text
# Claude tries to grep code β†’ the hook REWRITES it to the indexed query, in place:
$ grep -rn "createSession" src/
↻ [vs-token-safer] Rerouted β†’ search_symbol "createSession"   # semantic, not a text match
  func createSession (in AuthService)  @ src/auth/session.ts:142   (+2 more)
  β†’ ~120 tokens   (grep would have dumped thousands of lines)

# Editing that symbol? Name it β€” no Read-the-whole-file, no line counting:
$ replace_symbol_body symbol="createSession" body="…"        # preview; apply=true writes
  replace_symbol_body "createSession" β€” PREVIEW at src/auth/session.ts:142-160

Same flow on TypeScript, Python, C#, C++, Go and more (clangd Β· Roslyn Β· tsserver Β· pyright Β· tree-sitter). VTS_REWRITE=0 blocks instead of rewriting.

The vs-token-safer local dashboard β€” the indexed repo as a live, rotating 3D graph (Three.js, served on 127.0.0.1)
The built-in dashboard (vts serve) β€” your indexed repo as a live 3D graph, all on 127.0.0.1. Three modes: include graph (clangd), call graph (live LSP call hierarchy by symbol), and symbol graph β€” a tree-sitter map of files + import edges that needs no language server, so it renders on any of the 17 tree-sitter languages with zero setup.

Why

  • Keep the context lean. grep on a large repo β€” a TypeScript/Python monorepo, a C#/.NET solution, even a 26k-TU Unreal C++ tree β€” floods the context. The language-server index stays token-capped β€” ~97–99% smaller (benchmarks).
  • Claude keeps reaching for grep. The hook doesn't just block it β€” it rewrites the command to the indexed query in place, so the search still runs and the flow never breaks.
  • Edit by symbol, not by line. Replace/insert-around/delete a declaration by naming it β€” the index supplies the span, so you skip reading the whole file into context.
  • Review a diff by its blast radius, not by eye. detect_changes maps a git diff to the symbols it changed, walks each one's callers, and scores the risk LOW/MED/HIGH β€” from the blast radius, the caller-cascade depth, and which historically co-changed files this diff left out. A review starts from "what does this actually touch," capped to file:line, nothing uploaded. It's the code-review-context idea done the vs-token-safer way: the official language server for the blast radius and your own git history for the coupling β€” no persistent graph database, no embeddings.
  • You can't tell how much grep still slips through. vts discover reads your recent sessions and reports exactly which searches bypassed the index and what they cost.
  • The language server runs headlessly β€” no editor open, unlike an IDE-proxy approach.

Quickstart

bash
# 1) Install (also auto-installs the gamedev-log-analyzer sibling)
/plugin marketplace add JSungMin/vs-token-safer
/plugin install vs-token-safer@vs-token-safer
/reload-plugins        # first run auto-installs the server deps (no manual npm)

# 2) Configure β€” detects the backend, asks for the project path, writes the config
/vs-token-safer:setup

Then restart the Claude Code session (the vs-search MCP server only starts on a fresh session). Verify the tools appear and that grep src/**/*.cpp is rerouted to the index. Prerequisites: Node β‰₯ 18 and a language server β€” clangd (C/C++) / Roslyn (C#) you install; JS/TS + Python auto-install. Details in Prerequisites below.

Want only the log analyzer? /plugin install gamedev-log-analyzer@vs-token-safer.

How it works

vs-token-safer answers on one precision ladder: EXACT (semantic language server) β†’ SYNTACTIC (tree-sitter, zero setup) β†’ FUZZY (concept dictionary, no embeddings) β†’ SECTION (docs/config by heading), and switches rungs as it learns β€” a fuzzy concept_search surfaces a real name, then climbs to EXACT to confirm it; every answer is capped to file:line and labeled with the rung it came from β€” 87% fewer tokens than grep

vs-token-safer isn't a search box β€” it's a precision ladder. You ask where something is, what calls it, or "how does the auth flow work?" when the name escapes you, and it answers at the highest precision it can reach, then tells you which rung the answer came from:

  • EXACT β€” you know the name and the project builds β†’ the official language server (clangd / Roslyn / tsserver / pyright), the semantic ground truth.
  • SYNTACTIC β€” no toolchain set up β†’ a tree-sitter parse (36 grammars bundled, no native build; 19 languages with tuned declaration extraction, the rest via a generic parse) still returns real declarations, not a grep.
  • FUZZY β€” you only remember what the code does β†’ a concept dictionary mined from the repo's own identifiers + comments (no AI model, nothing uploaded).
  • SECTION β€” it's a doc or config, not code β†’ Markdown / TOML / YAML / CSS / HTML addressed by heading.

The rungs aren't a one-time pick β€” they connect, and vts switches between them as it learns more. Start on FUZZY when you only know the intent; the moment concept_search surfaces a real name, vts climbs to EXACT to confirm it against the semantic index (and an exact search that misses drops back down to FUZZY). The hooks steer that hand-off in both directions, so "I don't know the name" turns into a precise, semantically-verified file:line instead of a dead end.

Graceful degradation β€” a locate never hard-errors on a cold or missing toolchain. When clangd is missing, cold, or still indexing, a locate degrades to the SYNTACTIC (tree-sitter) tier with a one-line advisory instead of erroring or blocking, then climbs to EXACT once clangd warms. If a committed .vts-index has drifted from the source, the answer is still served but labeled SYNTACTIC Β· STALE (with a climb: vts index hint). And on a cold locate over a large tree, vts auto-builds the .vts-index/ in the background so the next query (or the same session, once the build finishes) is instant β€” you never wait on it. So vts index below is best thought of as auto-built in the background; commit it to share, not a manual step you have to remember.

Every answer comes back capped to file:line (never source bodies) and carries a one-line completeness certificate naming the rung β€” so the model always knows whether it got the semantic truth or a fallback. On a 3-language, 150-file benchmark that's 87% fewer tokens than grep (~138Γ— on a real Unreal Engine 5 tree). Underneath, four mechanisms make Claude actually use the ladder instead of reaching for grep:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Sharplens MCP logoSharplens MCP

    ⃣ 🏠 - 58 semantic C/.NET analysis tools via Roslyn. Navigation, refactoring, find usages, and code intelligence for AI agents.

    πŸ’° Finance & Fintech4 views
    Compare vs Sharplens MCP β†’
  • CogniRepo logoCogniRepo

    FAISS, call graph, AST, BM25 β€” 34 MCP tools for AI agents. 50-80% token reduction. Offline.

    πŸ’° Finance & Fintech3 views
    Compare vs CogniRepo β†’
  • Brazilian Central Bank (BCB) MCP logoBrazilian Central Bank (BCB) MCP
    Verified

    MCP server for the Brazilian Central Bank (Banco Central do Brasil): SGS time series (Selic, IPCA, exchange rates, GDP and 139 curated, source-verified indicators), the Focus market-expectations survey and PTAX official exchange rates. 15 tools, 3 resources and 3 prompts, with provenance metadata on every response. Runs locally via npx (stdio) or through the hosted endpoint at https://bcb.sidneybissoli.com/mcp β€” no API key or signup required.

    πŸ’° Finance & Fintech7 views
    Compare vs Brazilian Central Bank (BCB) MCP β†’
  • MCP Klever Vm logoMCP Klever Vm

    Klever blockchain MCP server for smart contract development, on-chain data exploration, account and asset queries, transaction analysis, and contract deployment tooling.

    πŸ’° Finance & Fintech3 views
    Compare vs MCP Klever Vm β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
11
Stargazers on the source repository.
Last commit
5d ago
Most recent push to the default branch.
Tools exposed
14
Callable tools this server registers over MCP.
Directory activity
1 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 Vs Token Safer

No. The project describes it as local-only, with no source or search data leaving the machine.

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 PreviewVs Token Safer AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jsungmin-vs-token-safer?style=directory)](https://allmcps.com/mcp/jsungmin-vs-token-safer)
HTML Embed
<a href="https://allmcps.com/mcp/jsungmin-vs-token-safer"><img src="https://allmcps.com/api/badge/jsungmin-vs-token-safer?style=directory" alt="Vs Token Safer on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views1
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 stars11
GitHub Star CountTotal stargazers on GitHub representing community popularity (11 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
55Quality signal: Good Β· 55/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 & tools25/30
Adoption & activity6/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 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 πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Vs Token Safer β†’Install in Claude DesktopInstall in CursorInstall in VS Code