Skip to main content
Glama
yingsf

pycharm-code-quality-mcp

by yingsf

Related Servers

Alternatives to pycharm-code-quality-mcp

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.9/5.0

    Scored across 8 tools

    Disambiguation4/5

    The code_quality_* and jetbrains_* prefixes clearly separate the unified analysis layer from the PyCharm-specific backend. The three analyze scopes (files, git changes, project) are distinct, though code_quality_status and jetbrains_ide_status overlap somewhat in reporting backend health.

    Naming Consistency4/5

    Most tools follow a consistent prefix + verb_noun pattern, e.g., code_quality_analyze_files and jetbrains_inspect_files. The status tools (code_quality_status, jetbrains_ide_status) deviate slightly by omitting a leading verb, but the pattern is otherwise predictable.

    Tool Count4/5

    Eight tools is a reasonable size for a code quality server. The set feels slightly heavier than necessary because the jetbrains_inspect_* tools duplicate the analysis scope of the code_quality_analyze_* tools, but the redundancy is intentional for direct backend access.

    Completeness4/5

    The core workflow is well covered: check backend status, analyze files, analyze git changes, analyze the whole project, and clear cache. Minor gaps include no explicit Sonar-only analysis tool, no problem suppression or rule configuration, and the 200-file limit without a continuation mechanism.

    Maintenance

    ActivityStale
    ResponsivenessNo issues