MCP Directory

knewstimek/agent-tool

GitHub
Developer Tools

Encoding-aware, indentation-smart file tools for AI coding agents. 20+ tools including read/edit with automatic encoding detection, smart indentation conversion, SSH, SFTP, process management, and system utilities. Preserves file encoding (UTF-8, EUC-KR, Shift_JIS, etc.) and respects .editorconfig settings.

Direct install

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

npx -y agent-tool

Use with Agent-CoreX

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

agent-corex.json

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

Route knewstimek/agent-tool 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 agent-tool

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

Direct Install

Use knewstimek/agent-tool directly without routing

npx -y agent-tool

New to Agent-CoreX? View setup guide →

knewstimek/agent-tool MCP Server — Agent-CoreX