Skip to main content
Glama

mcp-editor

mcp 编辑器

这是将 Anthropic 的文件系统编辑工具从其计算机使用演示直接移植到 TypeScript MCP 服务器的版本。它主要由 Claude Sonnet 3.5 在 Roo Cline(现为 Roo Code)上编写,可能缺乏足够的直接监督。我检查了代码并每天都使用此服务器,但可能存在错误或 AI 异常。

我建议将此服务器与mcp-server-commands一起使用

警告:此 MCP 服务器没有访问控制,完全依赖于您客户端的批准机制。使用风险自负。请勿自动批准写入操作,否则相当于授予 LLM 销毁您计算机的权限。

警告:此 MCP 服务器并非主动维护,仅供参考(例如,创建您自己的具有适当访问控制的 MCP 服务器)。我可能会不时更新它。

用法

获取计算机上的文件。运行:

npm install npm build

如果您使用的是 Claude 桌面应用程序,请将其粘贴到“mcpServers”下的配置中,并编辑路径以匹配您放置 mcp-editor 的位置:

{ "mcpServers": ... your existing servers ... "mcp-editor": { "command": "node", "args": ["/absolute/path/to/mcp-editor/dist/server.js"] } } }

如果您正在使用MCP 安装程序,则只需向您的 LLM 提供磁盘上 mcp-editor 的路径。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Anthropic 文件系统编辑工具的 TypeScript MCP 服务器端口,允许通过客户端批准的操作进行文件操作,而无需自动写入以防止系统损害。

  1. 警告:此 MCP 服务器没有访问控制,完全依赖于您客户端的批准机制。使用风险自负。请勿自动批准写入操作,否则相当于授予 LLM 销毁您计算机的权限。
    1. 警告:此 MCP 服务器并非主动维护,仅供参考(例如,创建您自己的具有适当访问控制的 MCP 服务器)。我可能会不时更新它。
      1. 用法

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
          Last updated -
          3
          13
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.
          Last updated -
          2
          1,012
          4
          JavaScript
        • -
          security
          A
          license
          -
          quality
          A TypeScript-based MCP server that provides tools for making precise line-based edits to text files within allowed directories.
          Last updated -
          18
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
          Last updated -
          1
          1,387
          Python
          Apache 2.0
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/arathald/mcp-editor'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server