Skip to main content
Glama
pindolabha

encoding-bridge

by pindolabha

Related Servers

Alternatives to encoding-bridge

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      F
      maintenance
      Enables AI assistants to read and write non-UTF-8 files (e.g., GBK, GB18030) on Windows by automatically detecting and converting encodings, preventing garbled text.
      7
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables writing and editing files in ISO-8859-1 encoding, automatically converting UTF-8 content to ISO-8859-1 for legacy codebases.
      167 npm
      2
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Encoding-transparent file tools for Claude Code and other MCP clients, converting project files between legacy codepages and Unicode for LLM operations.
      4
      31 npm
      1
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables creation and management of UTF-8 with BOM encoded files optimized for Windows build environments. Provides file encoding conversion, detection, and template support for C++ and PowerShell files to prevent Korean character encoding issues.
      4
      1
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables UTF-8 safe file writes, replacements, and encoding verification on Windows as a drop-in replacement for Cursor's Write and StrReplace tools.
      3
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables safe, concurrent file system operations with sandboxed directory access control, automatic encoding detection, optimistic locking, and precise code editing capabilities including search-replace and batch operations.
      10
      5
      MIT

    TDQS

    A4.7/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clear, non-overlapping purpose: Read retrieves file contents, Edit performs targeted string replacements, Write creates or overwrites files, and Grep searches file contents. There is no ambiguity in choosing which tool to use for a given task.

    Naming Consistency5/5

    All tool names are single-word verbs (Read, Edit, Write, Grep) that directly describe their actions. The naming is consistent and predictable, though it does not follow a verb_noun pattern.

    Tool Count5/5

    With 4 tools covering file reading, editing, writing, and searching, the count is well-scoped for a file manipulation server. Each tool is essential and there is no redundancy.

    Completeness4/5

    The tool surface covers the primary file operations (read, write, edit, search) but lacks delete, move, copy, and directory listing. These gaps are minor and can be worked around, but a file delete tool would make the set more complete.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues