vs-token-safer
Related Servers
Alternatives to vs-token-safer
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceCode-search engine that parses TypeScript and JavaScript with a real AST, stores the symbol graph in SQLite, and serves AI assistants exact matching declarations (functions, classes, types) via BM25 fused with declaration-exact ranking — saving tokens by returning only the relevant code instead of whole files.1852MIT
- FlicenseNot gradedqualityAmaintenanceLocal-first code retrieval for AI agents — cuts codebase context from thousands of tokens to a few hundred, with zero hallucinated file paths.3-
- AlicenseNot gradedqualityBmaintenanceEnables LLM agents to efficiently understand and navigate a codebase by providing semantic search over symbols and a reference graph, replacing expensive grep/glob calls with structured tools like definition lookup, caller/callee queries, and change-impact analysis.2MIT
- AlicenseNot gradedqualityDmaintenanceFast semantic code search for AI agents — find symbols, references, and callers across any codebase.9Apache 2.0
- AlicenseNot gradedqualityAmaintenanceEnables AI coding agents to efficiently query code context via a symbol graph, reducing token usage by up to 20x.697476-
- AlicenseNot gradedqualityAmaintenanceLocal-first code intelligence MCP server that enables coding agents to search code, inspect structure, read exact ranges, and explore Git history with explicit token budgets.23Apache 2.0
TDQS
Scored across 16 tools
Every tool targets a clearly distinct action/resource: semantic symbol search, references, goto definition, file search, diagnostics, hover, outlines, targeted reads, rename/replace/insert/delete, text search, fuzzy concept search, diff review, and admin. Overlapping pairs are explicitly cross-referenced in descriptions to steer agents correctly.
Most tools follow a verb_noun pattern (search_symbol, find_references, replace_symbol_body, detect_changes) and all names are lowercase snake_case. Minor deviations such as diagnostics, hover, rename, safe_delete, concept_search, and vts_admin break the pattern, but the intent is still clear.
At 16 tools this is one above the typical 3-15 sweet spot, but the count is justified by the broad semantic-code domain: search, navigation, diagnostics, refactoring, review, and admin. No tools feel redundant or purely decorative.
The set covers the full lifecycle for its stated purpose: locate (semantic/text/concept/file), understand (hover, outline, read, diagnostics), modify safely (rename, replace_body, insert, safe_delete with reference checks), and review impact (detect_changes, find_references). It also includes admin/indexing operations, leaving no obvious dead ends for code intelligence workflows.