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. MCP Filesystem Server
MCP Filesystem Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:04:21 PM

MCP Filesystem Server

User RatingsBe the first to rate and review this MCP server!
View Repository685 GitHub StarsTotal stargazers on GitHub for the source repository (685 stars).
filesystemdeveloper-toolslocal-filesmcp

Access, search, modify, and manage approved local files and directories through MCP tools.

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
We couldn’t automatically confirm this listing starts correctly

The install command below didn't complete successfully in our automated test.

go install github.com/mark3labs/mcp-filesystem-server@latest

/bin/bash: line 1: go: command not found

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 8d ago.

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": {
    "mark3labs-mcp-filesystem-server": {
      "command": "go",
      "args": [
        "install",
        "github.com/mark3labs/mcp-filesystem-server@latest"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (15) Directory Badge Claim listing Alternatives📂 More in File Systems

Overview

The mark3labs/mcp-filesystem-server MCP server exposes local filesystem operations through the Model Context Protocol. It runs as a Go executable or Docker container and limits access to directories supplied at startup, with path validation and symlink checks. Reach for the mark3labs/mcp-filesystem-server MCP server when an MCP-compatible client needs controlled access to project files, directory structures, metadata, or file contents.

Use cases

•Read source files from approved project directories
•Search filenames and file contents across a codebase
•Create, move, copy, or delete local files
•Apply literal or regex-based edits to files
•Inspect directory trees and filesystem metadata

Key features

•Controlled access to configured directories
•File and directory read/write operations
•Recursive filename and content search
•Literal and regex text replacement
•Directory tree and metadata inspection
•Docker and Go-based execution

Capabilities & Tool Schemas (15) ~30 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 MCP Filesystem Server.

path

Callable MCP tool function

paths

Callable MCP tool function

content

Callable MCP tool function

source

Callable MCP tool function

destination

Callable MCP tool function

recursive

Callable MCP tool function

How MCP Filesystem Server works

What mark3labs/mcp-filesystem-server MCP server does

The mark3labs/mcp-filesystem-server MCP server gives MCP clients access to selected areas of a local filesystem. It exposes a file:// resource representing files and directories, along with tools for reading, writing, copying, moving, deleting, and inspecting filesystem entries.

The server supports individual and batch file reads, creation or replacement of file contents, directory creation, and detailed directory listings. It can also return a hierarchical directory tree, retrieve file or directory metadata, and report which directories are currently permitted.

Search tools cover both filenames and file contents. Filename searches operate recursively from a supplied starting path, while content searches can be limited by directory depth and result count. File modification supports either literal text matching or regular expressions, with an option to replace only the first match or all matches.

How it works

The process starts with one or more allowed directory paths as command-line arguments. Requests received over MCP are checked against those allowed locations before filesystem operations are performed. The stated security behavior includes protection against directory traversal, security checks during symlink resolution, and access restricted to configured directories.

The implementation is written in Go and can run as a standalone process or inside Docker. MCP clients launch the process using a command and argument list, then communicate with it through the client’s MCP support. When Docker is used, a host directory must be mounted into the container if file changes need to be visible on the host.

The server handles text, binary, and image files. It also includes MIME type detection and size limits for inline content and base64 encoding, although the provided material does not specify the exact limit values.

Setup and configuration

Install the executable with Go:

bash
go install github.com/mark3labs/mcp-filesystem-server@latest

Start it by passing at least one allowed directory:

bash
mcp-filesystem-server /data/project

Additional allowed directories can be supplied as further arguments. An MCP client configuration uses mcp-filesystem-server as the command and places the allowed paths in args. The README also documents a Docker image at ghcr.io/mark3labs/mcp-filesystem-server:latest, launched with interactive input and one or more permitted container paths.

The mark3labs/mcp-filesystem-server MCP server does not document environment variables, API credentials, or a hosted endpoint in the supplied material. Directory arguments are therefore the main configuration required for normal operation.

Tools and capabilities

The documented tools are:

  • read_file and read_multiple_files for reading one or several files.
  • write_file for creating or overwriting a file.
  • copy_file, move_file, and delete_file for filesystem changes.
  • modify_file for literal or regex-based find-and-replace operations.
  • list_directory, create_directory, and tree for directory management and structure inspection.
  • search_files for filename-pattern searches and search_within_files for content searches.
  • get_file_info for metadata and list_allowed_directories for the access boundary.

Limitations and notes

This server operates on local or container-accessible storage; the supplied README does not describe remote filesystems or cloud storage integrations. Delete operations are non-recursive by default, and tree traversal does not follow symbolic links by default. Content-search results default to a maximum of 1,000 entries, while tree traversal defaults to a depth of three. Exact behavior for files outside the configured directories is intentionally constrained by the server’s path validation.

The Docker example’s container paths are not automatically the same as host paths. Use a volume mount when operations performed in the container must modify host files. The project’s license is not identified in the provided excerpt; the repository’s LICENSE file is referenced for details.

Read the full README →View source on GitHub →

Related MCP Servers

View all in File Systems View all alternatives
  • Filesystem Context MCP Server logoFilesystem Context MCP Server

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

    📂 File Systems3 views
    Compare vs Filesystem Context MCP Server →
  • MCP Everything Search logoMCP Everything Search

    Fast Windows file search using Everything SDK

    📂 File Systems3 views
    Compare vs MCP Everything Search →
  • 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 →
  • 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 →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
685
Stargazers on the source repository.
Last commit
9mo ago
Most recent push to the default branch.
Install check
Inconclusive
Install command did not finish in our automated test.
Tools exposed
15
Callable tools this server registers over MCP.
Directory activity
4 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 MCP Filesystem Server

Install it with Go using `go install github.com/mark3labs/mcp-filesystem-server@latest`, then run `mcp-filesystem-server` with one or more allowed directory paths.

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 PreviewMCP Filesystem Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mark3labs-mcp-filesystem-server?style=directory)](https://allmcps.com/mcp/mark3labs-mcp-filesystem-server)
HTML Embed
<a href="https://allmcps.com/mcp/mark3labs-mcp-filesystem-server"><img src="https://allmcps.com/api/badge/mark3labs-mcp-filesystem-server?style=directory" alt="MCP Filesystem Server on AllMCPs" /></a>

Technical Specs & Signals

Category📂File Systems
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeGo
AuthNo auth required
LicenseMIT
Last updatedSep 3, 2026
Views4
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 stars685
GitHub Star CountTotal stargazers on GitHub representing community popularity (685 stars).
Last commit9mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Nov 24, 2025
56Quality signal: Good · 56/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 & tools25/30
Adoption & activity6/15
Community engagement1/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 and attach your website — 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 MCP Filesystem Server →Install in Claude DesktopInstall in CursorInstall in VS Code