공식stdioTypeScript파일·저장소
Filesystem (RO)
읽기 전용 파일 시스템 접근. 안전한 RAG용.
한 줄 평가 — 다음 사람 도와주세요
설치 명령
npx -y @modelcontextprotocol/server-filesystem-ro
클라이언트 설정
Claude Desktop의 claude_desktop_config.json에 그대로 붙여 넣으세요.
{
"mcpServers": {
"filesystem-readonly": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem-ro"]
}
}
}