Editor icon

Editor

6

Enables large language models to edit files on a local file system.

关于

Editor is a port of Anthropic's filesystem editing tools, designed to be used with a TypeScript MCP server. It allows large language models (LLMs) to directly interact with and modify files on your computer, offering a powerful way to automate editing tasks within an LLM workflow. Built with the assistance of Claude Sonnet 3.5, this server provides a convenient interface for file manipulation, but requires careful usage due to the lack of built-in access controls.

主要功能

  • Written in TypeScript for MCP server compatibility
  • Port of Anthropic's original edit.py tool
  • Direct file editing capabilities for LLMs
  • Easy setup with npm install and build

使用案例

  • LLM-driven content creation and editing
  • Dynamic configuration file updates
  • Automated code modification