Skip to main content
Glama
162,764 tools. Last updated 2026-05-30 11:46

"Methods for Analyzing Code in a Project" matching MCP tools:

  • Lists all API routes and pages in a Next.js App Router project with their paths, files, HTTP methods, and types.
    MIT
  • Provides code completion suggestions for Svelte development by analyzing symbols to reveal available members, methods, and types.
    MIT
  • Initialize indexing for a project by scanning source files to build a searchable index of code identifiers, methods, types, and signatures.
    MIT
  • Identify orphan functions and methods unreachable from any entry point using BFS reachability analysis. Supports dead code removal during audits.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Cloudflare Workers MCP server: code-explainer

  • India Open Government Data (OGD) Platform MCP — data.gov.in

  • Retrieve the currently active project in ZenML to establish the default organizational context for managing pipelines, stacks, and resources.
    MIT
  • Retrieve a file's contents from a QuantConnect project by specifying the project ID and file name. Omitting the file name returns all files in the project, enabling efficient code review or backup.
    Apache 2.0
  • Retrieve a specific milestone by providing the project code and milestone ID to get detailed milestone data.
    MIT
  • Retrieve details of a specific test run using project code and run ID. Optionally include related entities like cases.
    MIT
  • Apply a unified diff patch to modify a file in your QuantConnect project. Specify the project ID and the patch in git diff format to update code precisely.
    Apache 2.0
  • Retrieve a specific test case from a Qase project using its project code and test case ID. Returns the details of the identified test case.
    MIT