M

mcp-text-editormcp-text-editor MCP 服务端

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

MCP 文本编辑服务端是一款基于 Model Context Protocol (MCP) 的服务端,提供标准 API 的行序文本文件编辑功能。它以高效的分片文件访问方式优化,以便 LLModel(LLM)工具降低令牌使用。该服务端以客户端服务器架构实现线性文本文件操作,使其提供可靠的文件编辑服务,包括冲突检测和解决方案。这种方法使其适合用于类似协作编辑工具和自动化文本处理系统等应用的需求。

主要功能

  • 支持行序文本文件编辑和读取
  • 智能分片文件访问以减少LLM应用中的令牌使用
  • 按行范围获取文本文件内容
  • 支持基于行的patch应用
  • 支持灵活的字符编码(utf-8,shift_jis,latin1等)

价格

模型
Free
评分
暂无评价

使用场景

协同文本编辑

MCP 文本编辑服务端使多个用户能够同时编辑文本文件,同时确保文件操作的安全高效。

自动化文本处理

该服务端的线性文本编辑和分片文件访问能力使其适合自动化文本处理系统的需求。

优点 & 缺点

优点

  • 经过优化以减少令牌使用适合LLM工具
  • 安全的并发编辑,基于哈希值的验证
  • 支持灵活的字符编码
  • 其他支持项

缺点

  • 需要Python 3.11或更高版本
  • 需要POSIX兼容操作系统或Windows

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is it suitable for collaborative editing?

Yes, it's suitable for collaborative editing tools and automated text processing systems, with safe concurrent editing and robust conflict detection and resolution.

Asked by Vera Nováková · Nov 17, 2025

What are the system requirements?

The server requires Python 3.11 or higher and a POSIX-compliant operating system or Windows.

Asked by Jasper Vermeer · Nov 9, 2025

What are the key features?

Key features include line-oriented text file editing and reading, smart partial file access, and flexible character encoding support.

Asked by Ines Fernandes · Oct 28, 2025

What is the mcp-text-editor?

MCP Text Editor Server is a Model Context Protocol server providing line-oriented text file editing capabilities through a standardized API.

Asked by Winifred Adeyemi · Oct 26, 2025

提问

服务配缩器 的替代品