这是从Anthropic的计算机使用演示中的文件系统编辑工具(Anthropic的文件系统编辑工具)直接移植到TypeScript MCP服务器上的版本。它主要由Claude Sonnet 3.5在Roo Cline(现为Roo Code)上编写,可能没有足够的直接监督。我检查了代码,并每天使用这个服务器,但可能存在错误或AI异常。
建议与mcp-server-commands一起使用此服务器。
<a href="https://glama.ai/mcp/servers/lnfcd9is5i"><img width="380" height="200" src="https://gips1.baidu.com/it/u=895668167,795435587&fm=3081&app=3081&f=PNG?w=760&h=400" alt="mcp-editor MCP服务器" /></a>
获取您计算机上的文件。 运行:
npm install
npm build
如果您正在使用Claude桌面应用程序,请将以下内容粘贴到您的配置下的“mcpServers”中,并根据您放置mcp-editor的位置调整路径:
{
"mcpServers":
... 您现有的服务器 ...
"mcp-editor": {
"command": "node",
"args": ["/绝对路径/to/mcp-editor/dist/server.js"]
}
}
}
如果您正在使用MCP安装器,只需向您的LLM提供mcp-editor在磁盘上的路径即可。