Skip to main content
Glama
block

Xcode Index MCP

by block

Related Servers

Alternatives to Xcode Index MCP

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Bridges Xcode and Cursor to provide real-time access to build errors, warnings, and debug output from Xcode's DerivedData, enabling automated error analysis and fixes directly within Cursor.
      -
    • A
      license
      A
      quality
      C
      maintenance
      Enable Claude Code, Cursor, or your favorite LLM to interact with Xcode, building your projects the same way you do, and seeing the same errors. Greatly increases productivity when working on iOS, iPadOS, macOS, visionOS, tvOS projects & Swift packages - or any time you might use Xcode.
      29
      441 PyPI
      5
      MIT
    • F
      license
      Not graded
      quality
      A
      maintenance
      Provides a local-first code indexing and search engine for coding agents via MCP, enabling precise codebase queries, symbol lookup, and freshness-aware retrieval.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      An advanced Model Context Protocol (MCP) server for Xcode project introspection. It enables AI assistants to read schemes, build iOS/macOS projects, run tests, and check Git & SwiftLint info directly from local repositories
      MIT

    TDQS

    B3.4/5.0

    Scored across 4 tools

    Disambiguation4/5

    The tools have distinct primary purposes: loading an index, searching by pattern, retrieving by USR, and looking up by file location. However, get_occurrences and symbol_occurrences could be slightly confused as both retrieve symbol occurrences, though they use different input parameters (USR vs. file location).

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern (e.g., load_index, search_pattern, get_occurrences, symbol_occurrences). The naming is predictable and readable throughout the set.

    Tool Count4/5

    With 4 tools, the count is reasonable for an index query server, covering core operations like loading, searching, and retrieving symbols. It might be slightly thin if advanced features like filtering or batch operations are needed, but it's well-scoped for basic functionality.

    Completeness3/5

    The tools cover key index operations: loading, pattern search, and symbol retrieval by USR or location. However, there are notable gaps, such as no ability to update or delete index data, list available projects, or handle errors more granularly, which could limit agent workflows in complex scenarios.

    Maintenance

    ActivityNo data
    ResponsivenessUnresponsive