-
securityA
license-
qualityNode.js server implementing Model Context Protocol (MCP) for filesystem operations.
Last updated -
40,888
53,680
Python
MIT License
Node.js 服务器为文件系统操作实现模型上下文协议 (MCP)。
注意:服务器只允许在通过args
指定的目录内进行操作。
file://system
:文件系统操作接口path
(字符串)paths
(字符串[])path
(字符串):文件位置content
(字符串):文件内容path
(字符串):要编辑的文件edits
(数组):编辑操作列表oldText
(字符串):要搜索的文本(可以是子字符串)newText
(字符串):要替换的文本dryRun
(布尔值):预览更改而不应用(默认值:false)options
(对象):可选格式设置preserveIndentation
(布尔值):保留现有缩进(默认值:true)normalizeWhitespace
(布尔值):在保留结构的同时规范化空间(默认值:true)partialMatch
(布尔值):启用模糊匹配(默认值:true)path
(字符串)path
(字符串)source
(字符串)destination
(字符串)path
(字符串):起始目录pattern
(字符串):搜索模式excludePatterns
(string[]):排除任何模式。支持 Glob 格式。path
(字符串)将其添加到您的claude_desktop_config.json
中:
注意:您可以通过将沙盒目录挂载到/projects
来为服务器提供沙盒目录。添加ro
标志将使服务器只读该目录。
注意:所有目录必须默认挂载到/projects
。
Docker 构建:
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Node.js 服务器为文件系统操作实现模型上下文协议,允许 Claude 读取、写入和操作指定位置的文件和目录。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Legaltime/filesystem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server