A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-text-editorAgent-CoreX intelligently routes which tools from tumf/mcp-text-editor your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-text-editor": {
"command": "npx",
"args": [
"-y",
"mcp-text-editor"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-text-editorAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use tumf/mcp-text-editor directly without routing
npx -y mcp-text-editorNew to Agent-CoreX? View setup guide →