Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ File Systems
  3. Filesystem Context MCP Server
Filesystem Context MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:48:58 PM

Filesystem Context MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository15 GitHub StarsTotal stargazers on GitHub for the source repository (15 stars).Visit Website
filesystemdeveloper-toolsmcpsecurity

Scoped filesystem access for AI agents, with search, inspection, editing, and deletion tools protected by workspace boundaries.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "j0hanz-filesystem-context-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/filesystem-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (13) Directory Badge Claim listing Alternatives๐Ÿ“‚ More in File Systems

Overview

The j0hanz/filesystem-context-mcp-server MCP server gives AI clients scoped access to local files and directories through MCP tools. It validates paths against explicitly configured roots and blocks sensitive patterns such as .env, PEM files, and SSH keys by default. The server supports stdio by default and Streamable HTTP when started with a port, with Node.js 24 or newer required. Reach for it when an agent needs controlled project exploration or file operations without unrestricted filesystem access.

Use cases

โ€ขExplore an allowed project directory
โ€ขSearch source files for matching text
โ€ขInspect file metadata and token estimates
โ€ขApply targeted edits or patches
โ€ขCompare two files with a unified diff

Key features

โ€ขWorkspace-root path validation
โ€ขSensitive filename blocking
โ€ขFilesystem search and inspection
โ€ขBatch file operations
โ€ขStdio and Streamable HTTP transports
โ€ขOptional read-only tool mode

Capabilities & Tool Schemas (13) ~282 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Filesystem Context MCP Server.

list_roots

List allowed workspace roots. Call this first โ€” all other tools scope to these.

list

List directory contents. Returns entries (dirs-first, alphabetical) and an ASCII tree.

find_files

Find files by glob pattern (e.g. `**/*.ts`). Returns matching files with metadata.

stat

Get file/directory metadata: size, modified time, permissions, MIME type, token estimate.

search_text

Search file contents for text (grep-like). Returns matching lines with context.

diff

Compare two files and return a unified diff with added/removed line counts.

How Filesystem Context MCP Server works

What j0hanz/filesystem-context-mcp-server MCP server does

The j0hanz/filesystem-context-mcp-server MCP server exposes selected local directories to MCP-compatible AI clients. It can inspect project structure, locate files, read text, search contents, compare files, and retrieve metadata. It also provides mutation tools for creating, editing, moving, copying, replacing, patching, and deleting files.

Access is restricted to workspace roots supplied when the process starts. Path validation applies to every operation, and sensitive filename patterns including .env, *.pem, and names containing id_rsa are denied by default. This makes the server suitable for giving an agent access to a project directory while keeping unrelated parts of the host outside its scope.

How it works

The server communicates over MCP using stdio unless a port is supplied to enable Streamable HTTP. Clients should call list_roots first; subsequent filesystem tools operate within the roots returned by that call. Many operations support batches through arrays such as paths[] or files[].

Search operations use RE2 through re2-wasm. Its supported regular-expression model is designed for linear-time matching and does not provide lookahead, lookbehind, or backreferences. File subscriptions can send change notifications for watched resources.

Tools and capabilities

Navigation and discovery tools include list_roots, list, and find_files. Inspection tools include stat, search_text, diff, and read. The read operation supports head and tail reads, line ranges, and batches of paths.

Write-capable tools are create, edit, move, delete, replace_text, and patch. edit performs sequential literal replacements and accepts up to five files per call. move can rename or copy files and directories, while patch applies a unified diff to one file. Deletion is permanent.

Setup and configuration

The package requires Node.js 24 or newer and is distributed through npm. A typical launch uses npx -y @j0hanz/filesystem-mcp followed by one or more allowed directory paths. The same package can be installed globally and started with the filesystem-mcp executable. Docker is also supported, including mounts that can be made read-only.

Claude Desktop and Cursor configurations use an MCP server entry with the npx command and the package name. The repository also documents configuration for VS Code and Visual Studio. Docker users can combine a read-only volume mount with the server's --read-only option.

Limitations and notes

The j0hanz/filesystem-context-mcp-server MCP server is not unrestricted filesystem access: roots must be configured, and blocked filename patterns remain unavailable unless the server's documented configuration changes them. Its default transport is local stdio; HTTP use requires starting it with a port. The runtime requirement is Node.js 24 or later.

The read-only mode removes create, edit, move, delete, patch, and replace_text from the advertised tool list. This is separate from an operating-system-level read-only container mount, so both controls can be used together. The project is licensed under MIT.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in File Systems View all alternatives
  • MCP Filesystem Server logoMCP Filesystem Server

    Golang implementation for local file system access.

    ๐Ÿ“‚ File Systems4 views
    Compare vs MCP Filesystem Server โ†’
  • Chisel logoChisel

    Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100ร— fewer tokens), and read large files with targeted grep/sed instead of full reads (up to 500ร—). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM).

    ๐Ÿ“‚ File Systems3 views
    Compare vs Chisel โ†’
  • Filesystem MCP logoFilesystem MCP

    Model Context Protocol server for file system operations. Supports read, write, search, copy, move with security path restrictions.

    ๐Ÿ“‚ File Systems2 views
    Compare vs Filesystem MCP โ†’
  • Quarkus MCP Servers logoQuarkus MCP Servers

    A filesystem allowing for browsing and editing files implemented in Java using Quarkus. Available as jar or native image.

    ๐Ÿ“‚ File Systems5 views
    Compare vs Quarkus MCP Servers โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
15
Stargazers on the source repository.
npm downloads
1.4k
Package downloads in the last 30 days.
Last commit
16d ago
Most recent push to the default branch.
Tools exposed
13
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Filesystem Context MCP Server

Install it from npm with Node.js 24 or newer using `npx -y @j0hanz/filesystem-mcp` followed by an allowed directory path, or install the package globally.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFilesystem Context MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/j0hanz-filesystem-context-mcp-server?style=directory)](https://allmcps.com/mcp/j0hanz-filesystem-context-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/j0hanz-filesystem-context-mcp-server"><img src="https://allmcps.com/api/badge/j0hanz-filesystem-context-mcp-server?style=directory" alt="Filesystem Context MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚File Systems
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 9, 2026
9/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars15
GitHub Star CountTotal stargazers on GitHub representing community popularity (15 stars).
Last commit16d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 27, 2026
npm downloads1,366/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
61Quality signal: Good ยท 61/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev ยท @j0hanz/filesystem-mcp (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ File Systems โ†’Best MCP servers for File Systems โ†’Alternatives to Filesystem Context MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code