Skip to main content
Glama
441,609 tools. Updated 2026-08-11 06:46

"Tool or method for automating code refactoring and finding similar code in a codebase" matching MCP tools:

  • Find semantically similar code patterns in the codebase to detect duplicates, understand patterns, and identify refactoring opportunities.
    MIT
  • Append new PHP code statements to an existing method while correctly handling nested constructs like arrow functions and computed properties. Specify file, method, and code; optionally provide TypeScript types for variables.
    MIT
  • Discover existing feature flags in your codebase to prevent duplicates and encourage reuse. Provides search instructions using file detection, git history, semantic name matching, and code context.
    MIT
  • Retrieve aviation city details by IATA code or list cities in a country using ISO-2 code. Returns name, code, coordinates, timezone, and population.
    MIT
  • Search codebase for code structure using Tree-sitter AST patterns. Scans all files to match structural elements like functions or classes. Requires glob to limit scope.
    MIT
  • Remove a feature flag from the codebase while preserving the correct code path. Provides step-by-step instructions for cleanup.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables LLMs to apply Martin Fowler's 71+ refactoring patterns to codebases through a pluggable, language-agnostic architecture. Supports previewing and applying refactorings, analyzing code smells, and inspecting code structure with safe-by-default operations.
    5
    4
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server that provides dynamic codebase context to Claude Code through tools like hybrid search, recent changes, and symbol definitions, enhancing AI-assisted coding with local RAG.
    8
    MIT

Matching MCP Connectors

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

  • Cloudflare Workers MCP server: code-explainer

  • Scan your codebase for SDKs, scripts, and patterns that legally require disclosure, then map each finding to policy generation fields. Use before generating policies to base them on actual code.
    MIT
  • Find code by meaning across your entire codebase using natural language queries or code snippets, returning relevant chunks with file paths and line numbers.
    Apache 2.0
  • Get the current codebase map for a product: module labels, counts, and summary to answer where code lives and guide architecture discussions.
    MIT
  • Create a semantic index of a codebase to unlock intelligent search. Run this first to enable code queries.
    Apache 2.0
  • Ask programming questions and get explanations from Kimi's model without codebase context. Use for algorithms, code reviews, or general coding advice.
    MIT
  • Analyze a codebase with tree-sitter AST to generate a structured context payload for tasks like code review, refactoring, and planning.
    MIT
  • Find all code that references, calls, extends, or implements a specific entity, enabling impact analysis before refactoring and dead code detection via reverse dependency graph traversal.
    MIT