Skip to main content
Developer ToolsTypeScript

neilberkman/editorconfig_mcp

Formats files using `.editorconfig` rules, acting as a proactive formatting gatekeeper to ensure AI-generated code adheres to project-specific formatting standards from the start.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/neilberkman/editorconfig_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "editorconfigmcp": {
      "command": "npx",
      "args": [
        "-y",
        "neilberkman/editorconfig_mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
neilberkman