Skip to main content
Glama
126,968 tools. Last updated 2026-05-05 06:26

"A server for file search, project analysis, and code refactoring on macOS" matching MCP tools:

  • Run a complete project analysis to get git history stats, project structure, code samples, and test mappings. Start here before reading specific files.
    MIT
  • Open a file in the LSP server for analysis to enable diagnostics, hover information, and completions. Specify the language for appropriate language service handling.
  • Parse a Godot .tscn file to list all external resource dependencies such as scripts, textures, and subscenes. Helps plan refactoring or file moves by revealing what a scene relies on.
    MIT
  • Identify all files and functions affected by a code change before refactoring or deleting. Returns blast radius for a target file or symbol to prevent breakage.
    AGPL 3.0
  • Find all references to a GDScript symbol across your project to analyze code usage before refactoring. Returns file locations with zero-based coordinates.
  • Execute Python code in a sandboxed macOS environment with no network access, restricted filesystem writes, and automatic timeout. Returns stdout, stderr, and exit code for safe autonomous agent use.

Matching MCP Servers

  • A
    license
    A
    quality
    B
    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.
    Last updated
    5
    3
    MIT
  • A
    license
    A
    quality
    -
    maintenance
    Exposes structured prompt generation tools for refactoring protocol and governance specifications via MCP, enabling teams to generate, validate, and retrieve standardized refactoring prompts through automation scripts and HTTP APIs.
    Last updated
    7

Matching MCP Connectors

  • Identify all instances where a specific function, type, or value is used across a PureScript project using the PureScript MCP Server. Ensures accurate refactoring by showing the impact of changes across modules.
  • Verify server status and project state to confirm operational readiness and available features before proceeding with Java code analysis.
    MIT
  • Retrieve and apply code actions like quick fixes, refactoring operations, and import organization at specific positions in source files to automate code improvements.
    MIT
  • Refresh Claude subscription usage via OAuth API without browser authentication. Retrieves credentials from macOS Keychain to update local usage cache for Claude Code users on macOS.
  • List and filter project files with indexed status for code search. Use to view project structure, filter by file type, and identify recently modified files.
  • Search for code patterns or files across Bitbucket Server repositories. Find specific content by querying file names and contents, with filtering by project or repository.
    Apache 2.0
  • Analyze import dependencies and detect circular imports. Shows file-to-layer relationships to guide refactoring.
    AGPL 3.0
  • Analyze code complexity metrics like cyclomatic complexity and nesting depth to identify areas needing refactoring in specific files or across projects.