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. DirForge
DirForge logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:16:39 AM

DirForge

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
file-systemsmcphomelabnas

Read-only access to a configured filesystem through browsing, search, archive inspection, hashes, and disk usage.

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": {
    "dissimilis-dirforge": {
      "command": "docker",
      "args": [
        "run",
        "dirforge",
        "8091:8080",
        "RootPath=/data",
        "/srv/share:/data:ro",
        "ghcr.io/dissimilis/dirforge:latest"
      ]
    }
  }
}

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

Install Directory Badge Claim listing AlternativesπŸ“‚ More in File Systems

Overview

Dissimilis/DirForge MCP server exposes a configured directory through MCP over a Streamable HTTP endpoint. It provides read-only filesystem operations including directory browsing, file reading, content search, archive inspection, file hashing, and disk usage. Run it when an AI assistant needs controlled access to files on a local host, homelab, or NAS. The same deployment also offers a web interface, JSON API, WebDAV, and an optional S3-compatible endpoint.

Use cases

β€’Browse a mounted NAS directory from an AI assistant
β€’Search text files under a controlled filesystem root
β€’Inspect archive contents without extracting them
β€’Verify downloaded files with cryptographic hashes
β€’Review directory sizes on a homelab server

Key features

β€’Read-only MCP access over Streamable HTTP
β€’Directory browsing and file reading
β€’Recursive content search
β€’Archive inspection
β€’File hash calculation
β€’Disk usage inspection

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by DirForge.

Extracted Tool Capabilities
Read-only MCP access over Streamable HTTP
Directory browsing and file reading
Recursive content search
Archive inspection
File hash calculation
Disk usage inspection

How DirForge works

What Dissimilis/DirForge MCP server does

Dissimilis/DirForge MCP server gives MCP clients read-only access to files under a configured root directory. The available filesystem capabilities include listing directories, reading files, searching file contents, inspecting supported archives, calculating file hashes, and viewing disk usage. Access is constrained by the root path and can also be affected by hidden-path and denied-extension settings.

The application is designed for homelab and NAS-style file access. It does not require a database or background worker, and the README describes the deployment as stateless with no disk writes. The MCP interface is one part of a broader service that also includes a browser UI and other read-only access methods.

How it works

The application runs as a web service and exposes its MCP endpoint at /mcp/. The endpoint uses JSON-RPC 2.0 with Streamable HTTP transport. Clients connect to the running service rather than launching a separate MCP process for each request.

A host directory is mapped or assigned as RootPath, which becomes the filesystem area available to the service. Docker and Podman examples mount the host directory read-only. The service listens on port 8080 by default inside the container; the example publishes it as port 8091 on the host.

The server can use bearer-token authentication through a configurable header. HTTP Basic Auth and reverse-proxy authentication headers are also supported for the web application and related endpoints. Authentication should be configured before exposing the service beyond a trusted network.

Setup and configuration

The published container image is ghcr.io/dissimilis/dirforge:latest, with images available for amd64 and arm64. A typical container deployment sets RootPath and mounts the shared directory with read-only access. Podman can use the same commands by replacing the Docker executable.

Important settings include RootPath, Port, ListenIp, EnableMcpEndpoint, BearerToken, and BearerTokenHeaderName. The MCP endpoint is enabled by default in the documented configuration. HideDotfiles can hide entries beginning with a dot, while DenyDownloadExtensions blocks selected extensions from direct and ZIP downloads. The service also supports listing and directory-size cache settings, which may matter when working with large trees.

The README warns that the default compose setup can fall back to admin and dirforge credentials if authentication values are not supplied. Those values should be changed before network exposure. Only directories intended for sharing should be mounted, preferably with a read-only mount.

Tools and capabilities

Dissimilis/DirForge MCP server is suited to agents that need to inspect a filesystem without changing it. Supported operations described for the MCP interface include:

  • Browsing directories and reading files.
  • Searching content recursively with configurable depth and time limits.
  • Inspecting .zip, .tar, .tar.gz, .tgz, and .gz archives.
  • Calculating CRC32, MD5, SHA-1, SHA-256, and SHA-512 hashes.
  • Checking disk or directory usage.

The wider service can preview text, images, video, audio, and PDF files in its web UI, download files or folders as ZIP archives, and provide signed or one-time share links. These additional features are available through the application, but are separate from the MCP transport itself.

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

Related MCP Servers

View all in File Systems View all alternatives
  • MCP Text Editor logoMCP Text Editor

    A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.

    πŸ“‚ File Systems1 views
    Compare vs MCP Text Editor β†’
  • MCP Filesystem Server logoMCP Filesystem Server

    Golang implementation for local file system access.

    πŸ“‚ File Systems4 views
    Compare vs MCP Filesystem Server β†’
  • MCP Server Opendal logoMCP Server Opendal

    Model Context Protocol Server for Apache OpenDALβ„’

    πŸ“‚ File Systems2 views
    Compare vs MCP Server Opendal β†’
  • 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 β†’

Adoption & maintenance

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

GitHub stars
4
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
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 DirForge

Run the published Docker image with a configured root path and a read-only volume mount. The documented image is ghcr.io/dissimilis/dirforge:latest.

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 PreviewDirForge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dissimilis-dirforge?style=directory)](https://allmcps.com/mcp/dissimilis-dirforge)
HTML Embed
<a href="https://allmcps.com/mcp/dissimilis-dirforge"><img src="https://allmcps.com/api/badge/dissimilis-dirforge?style=directory" alt="DirForge on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚File Systems
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeDocker
AuthNo auth required
LicenseMIT
ClientsWindsurf, Cline / VS Code
Last updatedSep 7, 2026
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 stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 10, 2026
48Quality signal: Fair Β· 48/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 & tools24/30
Adoption & activity2/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.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 DirForge β†’Install in Claude DesktopInstall in CursorInstall in VS Code