Skip to main content
File SystemsTypeScript

j0hanz/filesystem-context-mcp-server

Read-only MCP server for secure filesystem exploration, searching, and analysis with symlink protection.

file-systemslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/j0hanz/filesystem-context-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "filesystem-context-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "j0hanz/filesystem-context-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
TypeScript
Author
j0hanz