Skip to main content
Glama
465,731 tools. Updated 2026-08-19 06:17

"Techniques for Analyzing Typescript Code in a Project" matching MCP tools:

Matching MCP Servers

  • F
    license
    -
    quality
    B
    maintenance
    Enables any MCP-compatible AI assistant to search, filter, and retrieve information from a local document collection using a hybrid search pipeline with vector, BM25, reranking, and LLM enrichment.
    4

Matching MCP Connectors

  • Compile TypeScript defineIntent() calls into native Swift App Intent code. Returns generated Swift or diagnostics on validation failure.
    Apache 2.0
  • Scans a TypeScript or JavaScript project to identify unused imports, variables, and exported functions without cross-file references. Results are stored for automatic removal.
    ISC
  • Retrieve available code fixes for specific error codes at a defined range in a TypeScript or JavaScript file. Uses diagnostic error codes and range to return tsserver's suggested code actions.
    MIT
  • Verify TypeScript code correctness by running type-checking on a specified service path, receiving structured error details for pre-commit validation.
    MIT
  • Type-check a TypeScript project by reading its tsconfig and running compiler diagnostics without emitting, persisting findings for AI-driven code analysis.
    Apache 2.0
  • Retrieve all diagnostics for a TypeScript/JavaScript file in a tsconfig project, including errors, warnings, and suggestions for type errors, unused code, and imports.
    MIT
  • Sort, coalesce, and remove unused imports in TypeScript or JavaScript files. Uses TypeScript's native organizeImports to clean up import statements for files in a tsconfig.json project.
    MIT
  • Find the best Context Engineering technique for your task. Filter by reasoning, workflow, code, project, or all to get a tailored guide.
    MIT
  • Retrieve exploit source code by platform ID to analyze attack techniques, understand exploit mechanics, or review PoC code.
    MIT
  • Scan project files to build a code graph: extracts definitions and resolves call/import relationships across Python, TypeScript, and JavaScript. Use force for a full rebuild or view indexing stats.
    MIT
  • Parse a repository to build its code graph in Neo4j for analyzing dependencies and change impact. Re-index after changes; unchanged files are skipped by content hash.
    MIT
  • Expands TypeScript macros and @derive decorators to show generated code with diagnostics for debugging and understanding transformations.
    MIT