local-only server
The server can only run on the client’s local machine because it depends on local resources.
mcp 编辑器
这是将 Anthropic 的文件系统编辑工具从其计算机使用演示直接移植到 TypeScript MCP 服务器的版本。它主要由 Claude Sonnet 3.5 在 Roo Cline(现为 Roo Code)上编写,可能缺乏足够的直接监督。我检查了代码并每天都使用此服务器,但可能存在错误或 AI 异常。
我建议将此服务器与mcp-server-commands一起使用
警告:此 MCP 服务器没有访问控制,完全依赖于您客户端的批准机制。使用风险自负。请勿自动批准写入操作,否则相当于授予 LLM 销毁您计算机的权限。
警告:此 MCP 服务器并非主动维护,仅供参考(例如,创建您自己的具有适当访问控制的 MCP 服务器)。我可能会不时更新它。
用法
获取计算机上的文件。运行:
Copy
如果您使用的是 Claude 桌面应用程序,请将其粘贴到“mcpServers”下的配置中,并编辑路径以匹配您放置 mcp-editor 的位置:
Copy
如果您正在使用MCP 安装程序,则只需向您的 LLM 提供磁盘上 mcp-editor 的路径。
You must be authenticated.
Anthropic 文件系统编辑工具的 TypeScript MCP 服务器端口,允许通过客户端批准的操作进行文件操作,而无需自动写入以防止系统损害。
- WARNING: This MCP server has NO access controls and relies entirely on your client's approval mechanisms. Use at your own risk. DO NOT automatically approve write operations, doing so basically gives the LLM permission to destroy your computer.
- WARNING: This MCP server is NOT actively maintained, and is provided for reference (for example creating your own MCP server with proper access controls). I may update it occasionally.
- Usage