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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y agent-toolAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add agent-toolAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use knewstimek/agent-tool directly without routing
npx -y agent-toolNew to Agent-CoreX? View setup guide →