developer tools

Mcp Text Editor

A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.

python
local
developer tools
0
View on GitHub

Installation

npx -y tumf/mcp-text-editor

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-text-editor",
  "command": "npx",
  "args": [
    "-y",
    "tumf/mcp-text-editor"
  ]
}

About This MCP Server

tumf/mcp-text-editor

A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.

GitHub: https://github.com/tumf/mcp-text-editor

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub