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.
Quick Start
Clone the repository:
git clone https://github.com/neilberkman/editorconfig_mcpClaude Desktop configuration example:
{
"mcpServers": {
"editorconfigmcp": {
"command": "npx",
"args": [
"-y",
"neilberkman/editorconfig_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.