Skip to main content
Glama

Related Servers

Alternatives to Desktop Commander MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A4.2/5.0

    Scored across 14 tools

    Disambiguation4/5

    Most tools have distinct purposes, but there is some overlap between list_directory and list_directory_with_sizes, which could cause confusion as they serve similar functions with only a minor difference in output. Additionally, read_file is deprecated in favor of read_text_file, which clarifies the distinction but adds redundancy. Overall, the tools are well-separated by function, with clear boundaries for operations like create_directory, move_file, and search_files.

    Naming Consistency5/5

    All tool names follow a consistent snake_case pattern with a clear verb_noun structure, such as create_directory, edit_file, and search_files. There are no deviations in naming conventions, making the set predictable and easy to understand. The consistency enhances usability and reduces cognitive load for agents.

    Tool Count5/5

    With 14 tools, the server is well-scoped for desktop file management, covering essential operations like reading, writing, moving, listing, and searching files and directories. Each tool serves a specific purpose without unnecessary duplication, and the count aligns with the complexity of the domain, providing comprehensive coverage without being overwhelming.

    Completeness5/5

    The tool set offers complete coverage for desktop file management, including CRUD operations (create_directory, write_file, read_text_file, move_file for update/delete via moving, and get_file_info for retrieval), along with utilities for listing, searching, and metadata access. There are no obvious gaps; agents can perform all typical file system tasks within the allowed directories, ensuring no dead ends in workflows.