Readonly Filesystem MCP
R

Readonly Filesystem MCP

一个基于Node.js的只读文件系统MCP服务器,提供文件读取、目录列表、文件搜索和元数据获取等功能,仅允许访问指定目录。
2分
8.1K

What is Readonly Filesystem MCP Server?

This server provides secure, readonly access to your filesystem through the Model Context Protocol (MCP). It allows authorized applications to read files and directories without modification capabilities, ensuring data safety.

How to use this server?

Configure the server through Claude Desktop by specifying allowed directories. The server will then provide readonly access to these locations through standardized MCP operations.

Use Cases

Ideal for document analysis tools, code review assistants, or any application that needs secure filesystem access without write permissions.

Key Features

File Reading
Read complete or partial file contents with line number support
Batch File Reading
Read multiple files simultaneously with fault tolerance
Directory Navigation
List directory contents with clear file/folder distinction
Advanced Search
Recursive file search with pattern matching and exclusions
File Metadata
Access detailed file information including timestamps and permissions
Advantages
Enhanced security through readonly access
Precise control over accessible directories
Supports both individual and batch operations
Case-insensitive search for user convenience
Limitations
No file modification capabilities (by design)
Limited to UTF-8 encoded text files
Requires explicit directory whitelisting

Setup Guide

Install the Server
Ensure Node.js is installed, then add the server to your Claude Desktop configuration
Configure Access
Specify which directories should be accessible in your configuration file
Launch Claude Desktop
Start your application with the new configuration to enable filesystem access

Practical Examples

Document Analysis
Read and analyze multiple documentation files
Project Exploration
Understand a codebase structure
Configuration Finding
Locate all configuration files

Frequently Asked Questions

Can I edit files through this server?
What happens if I try to access a restricted directory?
How do I add more allowed directories?

Additional Resources

MCP Protocol Documentation
Official specification for the Model Context Protocol
Source Code Repository
Original server implementation
Node.js Filesystem API
Underlying filesystem operations reference

安装

复制以下命令到你的Client进行配置
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@danielsuguimoto/readonly-server-filesystem",
        "/Users/username/Desktop",
        "/path/to/other/allowed/dir"
      ]
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。

替代品

S
Security Detections MCP
Security Detections MCP 是一个基于Model Context Protocol的服务器,允许LLM查询统一的安全检测规则数据库,涵盖Sigma、Splunk ESCU、Elastic和KQL格式。最新3.0版本升级为自主检测工程平台,可自动从威胁情报中提取TTPs、分析覆盖差距、生成SIEM原生格式检测规则、运行测试并验证。项目包含71+工具、11个预构建工作流提示和知识图谱系统,支持多SIEM平台。
TypeScript
6.5K
4分
A
Aderyn
Aderyn是一个开源的Solidity智能合约静态分析工具,由Rust编写,帮助开发者和安全研究人员发现Solidity代码中的漏洞。它支持Foundry和Hardhat项目,可生成多种格式报告,并提供VSCode扩展。
Rust
12.0K
5分
A
Agentic Radar
Agentic Radar是一个用于分析和评估代理系统的安全扫描工具,帮助开发者、研究人员和安全专家理解代理系统的工作流程并识别潜在漏洞。
Python
15.7K
5分
M
MCP Scan
MCP-Scan是一款针对MCP服务器的安全扫描工具,用于检测提示注入、工具污染和跨域升级等常见安全漏洞。
Python
18.6K
5分
I
Ida Pro MCP
已认证
IDA Pro MCP是一个用于逆向工程的服务器插件,通过MCP协议与客户端工具交互,提供函数分析、注释修改、变量重命名等功能,支持多种MCP客户端如Cline、Roo Code等。
Python
16.4K
5分
M
MCP Shield
MCP-Shield是一款用于扫描MCP服务器漏洞的安全工具,可检测工具投毒攻击、数据泄露通道和跨域违规等安全风险。
TypeScript
13.7K
5分
F
Firecrawl MCP Server
Firecrawl MCP Server是一个集成Firecrawl网页抓取能力的模型上下文协议服务器,提供丰富的网页抓取、搜索和内容提取功能。
TypeScript
153.0K
5分
D
Duckduckgo MCP Server
已认证
DuckDuckGo搜索MCP服务器,为Claude等LLM提供网页搜索和内容抓取服务
Python
86.3K
4.3分
F
Figma Context MCP
Framelink Figma MCP Server是一个为AI编程工具(如Cursor)提供Figma设计数据访问的服务器,通过简化Figma API响应,帮助AI更准确地实现设计到代码的一键转换。
TypeScript
74.8K
4.5分
E
Edgeone Pages MCP Server
EdgeOne Pages MCP是一个通过MCP协议快速部署HTML内容到EdgeOne Pages并获取公开URL的服务
TypeScript
33.4K
4.8分
E
Exa Web Search
已认证
Exa MCP Server是一个为AI助手(如Claude)提供网络搜索功能的服务器,通过Exa AI搜索API实现实时、安全的网络信息获取。
TypeScript
58.5K
5分
M
Minimax MCP Server
MiniMax Model Context Protocol (MCP) 是一个官方服务器,支持与强大的文本转语音、视频/图像生成API交互,适用于多种客户端工具如Claude Desktop、Cursor等。
Python
65.1K
4.8分
B
Baidu Map
已认证
百度地图MCP Server是国内首个兼容MCP协议的地图服务,提供地理编码、路线规划等10个标准化API接口,支持Python和Typescript快速接入,赋能智能体实现地图相关功能。
Python
49.7K
4.5分
C
Context7
Context7 MCP是一个为AI编程助手提供实时、版本特定文档和代码示例的服务,通过Model Context Protocol直接集成到提示中,解决LLM使用过时信息的问题。
TypeScript
106.3K
4.7分
AIBase
智启未来,您的人工智能解决方案智库
© 2026AIBase