加密环境文件操作 MCP 工具。当 Node.js 是加密软件白名单进程时,通过 fs 模块自动解密读写文件明文,替代 AI Agent 内置文件工具,适用于任何支持 MCP 协议的 Agent。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-read-file-server": {
"command": "npx",
"args": [
"-y",
"hebulin/mcp-read-file-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-read-file-server npx -y hebulin/mcp-read-file-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-read-file-server": {
"command": "npx",
"args": [
"-y",
"hebulin/mcp-read-file-server"
]
}
}
}