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 的路径。
A
license - permissive licenseB
qualityD
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
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
