Skip to main content
Glama
521,454 tools. Updated 2026-09-06 11:42

"Debugging and Navigating Code in a Project" matching MCP tools:

  • Get strategic advice from Claude Opus for architecture decisions, complex debugging, and code review. Maintains a per-project consultation log for continuity.
    MIT
  • Retrieve documentation and type details for a code symbol by name or file position. Resolves the exact identifier context to avoid offset mistakes, so you can understand code without navigating to source.
    MIT
  • Lint and fix KCL code provided as a string or project path, returning corrected code and unfixed lint issues for review.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    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

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • Cloudflare Workers MCP server: code-explainer

  • Search project documentation with a natural-language query to retrieve architecture decisions, past bugs, best practices, and API contracts before changing code.
    Business Source 1.1
  • Get the operating manual for driving a Flipper Zero over BLE: control algorithm, menu maps, app-entry recipes, and device behaviors. Call this first before navigating the device.
    MIT
  • Clear console, JS errors, and network logs to reset browser state before navigating to a new page, ensuring fresh data in subsequent inspections.
    MIT
  • Generate debug code templates for specific environments to log runtime data via HTTP POST, storing logs in the project directory for analysis.
    MIT
  • Find verified file:line citations in a codebase by describing the behavior, symbol, or error. Provides precise code locations for editing, reviewing, or debugging.
    MIT
  • Visualize project dependencies in a 3D interactive graph. Filter by file type, focus on file neighborhoods, and inspect or open files in VS Code.
    MIT
  • Run code directly in Jupyter kernels or sandboxes for quick tests, debugging, magic commands, and shell commands without modifying notebooks.
    BSD 3-Clause
    Destructive
  • Connects to a remote Three.js app via URL for runtime inspection and visual debugging. Allows viewing and modifying scene properties without changing source code.
    MIT
  • Ask for user consent before pushing a code project to GitHub by displaying an interactive card with project details.
    MIT