Skip to main content
Glama
JSungMin

vs-token-safer

by JSungMin

Related Servers

Alternatives to vs-token-safer

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Code-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.
      185
      2
      MIT
    • F
      license
      Not graded
      quality
      A
      maintenance
      Local-first code retrieval for AI agents — cuts codebase context from thousands of tokens to a few hundred, with zero hallucinated file paths.
      3
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables 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.
      2
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Fast semantic code search for AI agents — find symbols, references, and callers across any codebase.
      9
      Apache 2.0
    • A
      license
      Not graded
      quality
      A
      maintenance
      Local-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.
      23
      Apache 2.0

    TDQS

    A3.8/5.0

    Scored across 16 tools

    Disambiguation5/5

    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.

    Naming Consistency4/5

    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.

    Tool Count4/5

    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.

    Completeness5/5

    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.

    Maintenance

    ActivityActive
    ResponsivenessUnresponsive