MCP Directory

neilberkman/editorconfig_mcp

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y editorconfig_mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from neilberkman/editorconfig_mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route neilberkman/editorconfig_mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add editorconfig_mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use neilberkman/editorconfig_mcp directly without routing

npx -y editorconfig_mcp

New to Agent-CoreX? View setup guide →

neilberkman/editorconfig_mcp MCP Server — Agent-CoreX