Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ellmos CodeCommander

NPM · ELLMOS-CODECOMMANDER-MCP · SCANNED SEP 20

Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion.

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 48 of 161 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2533 tokens (~115/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 22 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the ellmos CodeCommander MCP server?

ellmos CodeCommander runs locally as an npm package, launched with npx -y ellmos-codecommander-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · ellmos-codecommander-mcp

# add to Claude Code
claude mcp add ellmos-ai-ellmos-codecommander-mcp -- npx -y ellmos-codecommander-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "ellmos-ai-ellmos-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-codecommander-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ellmos-ai-ellmos-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-codecommander-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ellmos-ai-ellmos-codecommander-mcp -- npx -y ellmos-codecommander-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ellmos-ai-ellmos-codecommander-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ellmos-codecommander-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ellmos-ai-ellmos-codecommander-mcp --command npx --arg -y --arg ellmos-codecommander-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ellmos-ai-ellmos-codecommander-mcp:
    command: "npx"
    args: ["-y", "ellmos-codecommander-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ellmos-ai-ellmos-codecommander-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "ellmos-codecommander-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ellmos-ai-ellmos-codecommander-mcp -t stdio -c npx -a -y ellmos-codecommander-mcp
// mcp.json
{
  "mcpServers": {
    "ellmos-ai-ellmos-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-codecommander-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/ellmos-codecommander-mcp@1.3.16

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 161 packages
Packages resolved 161
Stale 48
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 22 exposed · ~2,533 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cc_analyze_code ~68

Analyzes a Python file: classes, functions, imports, metrics. Args: - path (string): Path to the Python file Returns: - Classes with methods, functions, import analysis, LOC, complexity

NameTypeReqDescription
pathstringyesPath to the Python file

No output schema declared.

No examples provided.

cc_analyze_methods ~86

Detailed method analysis of a Python file. Args: - path (string): Path to the Python file - class_name (string, optional): Only methods of this class Returns: - Methods with parameters, decorators, complexity, data flow

NameTypeReqDescription
class_namestringOnly analyze this class
pathstringyesPath to the Python file

No output schema declared.

No examples provided.

cc_check_indentation ~91

Prüft Python-Dateien auf fehlende Doppelpunkte, unindentierte return/yield-Zeilen und gemischte Tab-/Leerzeichen-Einrückung

NameTypeReqDescription
max_issuesintegerMaximum number of issues to include
pathstringyesPython file or directory to check
recursivebooleanRecurse into subdirectories when path is a directory

No output schema declared.

No examples provided.

cc_cleanup_file ~178

Cleans up source code files: BOM, NUL bytes, trailing whitespace, line endings. Args: - path (string): Path to the file - remove_bom (boolean): Remove BOM - remove_trailing_whitespace (boolean): Trailing whitespace - normalize_line_endings (string): "lf" | "crlf" - remove_nul_bytes (boolean): Remove NUL bytes - dry_run (boolean): Preview only

NameTypeReqDescription
dry_runbooleanPreview only
normalize_line_endingsstringLine endings
pathstringyesPath to the file
remove_bombooleanRemove BOM
remove_nul_bytesbooleanNUL bytes
remove_trailing_whitespacebooleanTrailing whitespace

No output schema declared.

No examples provided.

cc_convert_format ~182

Converts between JSON, CSV, INI, YAML, TOML, XML, and TOON formats. Args: - input_path (string): Source file - output_path (string): Target file - input_format (string): "json" | "csv" | "ini" | "yaml" | "toml" | "xml" | "toon" - output_format (string): "json" | "csv" | "ini" | "yaml" | "toml" | "xml" | "toon" - json_indent (number): JSON indentation

NameTypeReqDescription
input_formatstringyesInput format
input_pathstringyesSource file
json_indentintegerJSON indentation
output_formatstringyesOutput format
output_pathstringyesTarget file

No output schema declared.

No examples provided.

cc_diagnose_imports ~65

Diagnoses import issues: missing modules, circular imports, unused imports. Args: - path (string): Path to the Python file Detects: Missing modules, suspected circular imports, import issues

NameTypeReqDescription
pathstringyesPath to the Python file

No output schema declared.

No examples provided.

cc_diff_files ~64

Vergleicht zwei Dateien und zeigt Unterschiede im Unified-Diff-Format

NameTypeReqDescription
context_linesintegerNumber of context lines (default: 3)
file_astringyesPath to first file
file_bstringyesPath to second file

No output schema declared.

No examples provided.

cc_extract_classes ~149

Extracts Python classes and functions from a file as separate text blocks. Args: - path (string): Path to the Python file - output_dir (string, optional): Output directory (otherwise display only) - include_content (boolean, optional): Include pycutter-style code blocks in the response - max_chars (number, optional): Maximum response characters for included code Useful for code review and documentation.

NameTypeReqDescription
include_contentbooleanInclude extracted class/helper content in the MCP response
max_charsintegerMaximum characters of included extracted content
output_dirstringOutput directory
pathstringyesPath to the Python file

No output schema declared.

No examples provided.

cc_fix_encoding ~103

Repairs encoding errors (Mojibake, double UTF-8). Args: - path (string): Path to the file - dry_run (boolean): Preview only - create_backup (boolean): Create backup Repairs 27+ Mojibake patterns (German, French, Spanish).

NameTypeReqDescription
create_backupbooleanCreate backup
dry_runbooleanPreview only
pathstringyesPath to the file

No output schema declared.

No examples provided.

cc_fix_json ~99

Automatically repairs common JSON errors. Args: - path (string): Path to the JSON file - dry_run (boolean): Only show issues - create_backup (boolean): Create backup Repairs: BOM, trailing commas, single quotes, comments, NUL bytes

NameTypeReqDescription
create_backupbooleanCreate backup
dry_runbooleanPreview only
pathstringyesPath to the JSON file

No output schema declared.

No examples provided.

cc_fix_umlauts ~100

Repairs broken German umlauts in source code files. Args: - path (string): Path to the file - dry_run (boolean): Preview only - create_backup (boolean): Create backup Detects 70+ patterns of broken umlauts and replaces them correctly.

NameTypeReqDescription
create_backupbooleanCreate backup
dry_runbooleanPreview only
pathstringyesPath to the file

No output schema declared.

No examples provided.

cc_generate_licenses ~104

Generates a third-party license file for an npm or Python project. Args: - project_dir (string): Project directory - output_path (string): Output file - format (string): "text" | "json" | "csv" Reads package.json (npm) or pip packages and collects license info.

NameTypeReqDescription
formatstringFormat
output_pathstringyesOutput file
project_dirstringyesProject directory

No output schema declared.

No examples provided.

cc_generate_python_code ~285

Generiert Python-Code-Snippets aus BACH-abgeleiteten Templates ohne Dateien zu schreiben

NameTypeReqDescription
actstringAct block for test generation
arrangestringArrange block for test generation
assertionsstringAssert block for test generation
basestringBase exception class for exception generation
bases_jsonstringJSON array of class base names
bodystringFunction or method body
contentstringModule content
descriptionstringModule or CLI description
docstringstringDocstring
fields_jsonstringJSON array of dataclass fields
imports_jsonstringJSON array of import lines for module generation
init_params_jsonstringJSON array of __init__ parameters for classes
kindstringTemplate kind
main_bodystringCLI main body
namestringGenerated item name
params_jsonstringJSON array of parameters: [{"name":"x","type":"int","default":"0"}]
return_typestringReturn type annotation for functions
spec_jsonstringOptional full JSON spec. If set, it is merged with the explicit fields.
targetstringTarget name for test generation

No output schema declared.

No examples provided.

cc_md_to_html ~102

Converts Markdown to formatted HTML (printable as PDF). Args: - input_path (string): Path to the Markdown file - output_path (string): Path to the HTML output - title (string, optional): Document title Produces standalone HTML with CSS styling, printable as PDF via browser.

NameTypeReqDescription
input_pathstringyesMarkdown file
output_pathstringyesHTML output
titlestringDocument title

No output schema declared.

No examples provided.

cc_md_to_pdf ~118

Converts Markdown to PDF using a headless browser (Edge/Chrome). Args: - input_path (string): Path to the Markdown file - output_path (string): Path to the PDF output - title (string, optional): Document title Uses the same Markdown parser as cc_md_to_html. Requires Edge or Chrome. Falls back to HTML if no browser is found.

NameTypeReqDescription
input_pathstringyesMarkdown file
output_pathstringyesPDF output
titlestringDocument title

No output schema declared.

No examples provided.

cc_organize_imports ~99

Organizes Python imports per PEP 8: sorted, deduplicated, grouped. Args: - path (string): Path to the Python file - dry_run (boolean): Preview only Groups: 1) __future__ 2) stdlib 3) third-party 4) local

NameTypeReqDescription
dry_runbooleanPreview only
pathstringyesPath to the Python file

No output schema declared.

No examples provided.

cc_python_structural_edit ~270

Prüft und wendet BACH-abgeleitete strukturelle Python-Edits mit Vorschau, Testdatei und Backup-Schutz an

NameTypeReqDescription
class_namestringTarget class for position=in_class
contentstringInserted code or replacement line content
create_backupbooleanCreate a backup when mode=apply
edit_filestringEdit file path for merge_edit_file
elementstringClass/function/method name, e.g. MyClass.method
elementsstringComma-separated element names for create_edit_file
indent_spacesintegerIndent inserted non-empty lines
lineinteger1-based line for position=line or replace_line
modestringpreview returns a diff, test writes a .test.py file, apply writes the source
operationstringyesStructural edit operation
output_pathstringOptional output path for test or edit-file modes
pathstringyesPython file to inspect or edit
positionstringInsert position for operation=insert
python_pathstringPython executable path for syntax checks
syntax_checkbooleanCompile-check edited Python before writing

No output schema declared.

No examples provided.

cc_regex_test ~95

Testet reguläre Ausdrücke gegen Text oder Dateiinhalt

NameTypeReqDescription
file_pathstringFile to test against (alternative to text)
flagsstringRegex flags (g, i, m, s, u)
patternstringyesRegular expression pattern
replace_withstringOptional replacement string
textstringText to test against (or use file_path)

No output schema declared.

No examples provided.

cc_runtime_import_diagnose ~115

Führt BACH-abgeleitete Python-Runtime-Importdiagnosen in isolierten Subprozessen aus

NameTypeReqDescription
max_modulesintegerMaximum auto-discovered modules to import
modulesstringOptional module list: package.mod:Class,other.module
pathstringyesPython project directory or file
python_pathstringPython executable path; defaults to PYTHON/PYTHON_EXECUTABLE/python
timeout_secondsintegerTimeout per isolated import subprocess

No output schema declared.

No examples provided.

cc_scan_emoji ~88

Scans files for emojis and shows ASCII alternatives. Args: - path (string): Path to the file or directory - recursive (boolean): Scan recursively - extensions (string): Only certain extensions Useful for systems that don't support Unicode/Emoji.

NameTypeReqDescription
extensionsstringExtensions
pathstringyesPath
recursivebooleanRecursive

No output schema declared.

No examples provided.

cc_set_language ~27

Set the output language for CodeCommander tools

NameTypeReqDescription
languagestringyesLanguage code

No output schema declared.

No examples provided.

cc_validate_json ~45

Validates JSON with detailed error information and position. Args: - path (string): Path to the JSON file

NameTypeReqDescription
pathstringyesPath to the JSON file

No output schema declared.

No examples provided.

Common questions

What is the ellmos CodeCommander MCP server?

ellmos CodeCommander is an MCP server listed in the public MCP registry as io.github.ellmos-ai/ellmos-codecommander-mcp. Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion. This page covers its npm package (ellmos-codecommander-mcp).

Is the ellmos CodeCommander MCP server safe to use?

ellmos CodeCommander scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ellmos CodeCommander MCP server expose?

ellmos CodeCommander exposes 22 tools: cc_analyze_code, cc_analyze_methods, cc_extract_classes, cc_organize_imports, cc_diagnose_imports, and 17 more. Their descriptions and schemas cost roughly 2,533 tokens of context every time the server is loaded.

Is the ellmos CodeCommander MCP server still maintained?

ellmos CodeCommander is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the ellmos CodeCommander MCP server under?

ellmos CodeCommander declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.