File Systems
Trust: 34/100 (Limited)io.github.j0hanz/filesystem-context Guide
🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis
1 starsby j0hanz
Quick Start
Install
npx @j0hanz/filesystem-context-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-j0hanz-filesystem-context": {
"command": "npx",
"args": [
"@j0hanz/filesystem-context-mcp"
]
}
}
}