Odel
ellmos CodeCommander

ellmos CodeCommander

Local
@ellmos-ai3TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmellmos-codecommander-mcpv1.3.16

Run

npx -y ellmos-codecommander-mcp

MCP client config

{
  "mcpServers": {
    "ellmos-codecommander": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-codecommander-mcp"
      ]
    }
  }
}