awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to mark3labs/mcp-filesystem-server

Projects sharing features with Mcp Filesystem Server

30 open-source projects similar to mark3labs/mcp-filesystem-server, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • mamertofabian/mcp-everything-searchmamertofabian avatar

    mamertofabian/mcp-everything-search

    336View on GitHub↗

    An MCP server that provides fast file searching capabilities across Windows, macOS, and Linux. On Windows, it uses the Everything SDK. On macOS, it uses the built-in mdfind command. On Linux, it uses the locate/plocate command.

    Python
    View on GitHub↗336
  • modelcontextprotocol/serversmodelcontextprotocol avatar

    modelcontextprotocol/servers

    87,320View on GitHub↗

    The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service environments, using a JSON-RPC based messaging standard to facilitate bidirectional communication between clients and servers. The protocol distinguishes itself through a robust capability-based handshake that negotiates feature sets during session initialization, ensuring compatibil

    TypeScript
    View on GitHub↗87,320
  • cyberchitta/llm-context.pycyberchitta avatar

    cyberchitta/llm-context.py

    301View on GitHub↗

    Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.

    Python
    View on GitHub↗301
  • bobvanderlinden/sharpfilesystemB

    bobvanderlinden/sharpfilesystem

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • box-community/mcp-server-boxbox-community avatar

    box-community/mcp-server-box

    102View on GitHub↗

    Securely connect AI agents to your enterprise content in Box

    Python
    View on GitHub↗102
  • buck-co/save-asyncB

    buck-co/save-async

    0View on GitHub↗
    View on GitHub↗0
  • byronmayne/unityioB

    ByronMayne/UnityIO

    0View on GitHub↗
    View on GitHub↗0
  • cartergames/savemanagerC

    CarterGames/SaveManager

    0View on GitHub↗
    View on GitHub↗0
  • chrislusf/seaweedfschrislusf avatar

    chrislusf/seaweedfs

    26View on GitHub↗

    SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. Enterprise version is at seaweedfs.com.

    Go
    View on GitHub↗26
  • codesmile-0000011110110111/de.codesmile.assetdatabaseC

    CodeSmile-0000011110110111/de.codesmile.assetdatabase

    0View on GitHub↗
    View on GitHub↗0
  • coreos/go-systemdcoreos avatar

    coreos/go-systemd

    2,685View on GitHub↗

    Go bindings to systemd socket activation, journal, D-Bus, and unit files

    Godbusgojournald
    View on GitHub↗2,685
  • coryleach/unitysaveloadC

    coryleach/UnitySaveLoad

    0View on GitHub↗
    View on GitHub↗0
  • crazecoder/open_fileC

    crazecoder/open_file

    0View on GitHub↗
    View on GitHub↗0
  • dre0dru/localstorageD

    dre0dru/LocalStorage

    0View on GitHub↗
    View on GitHub↗0
  • dsplaisted/pclstorageD

    dsplaisted/PCLStorage

    0View on GitHub↗

    PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.

    View on GitHub↗0
  • efforthye/fast-filesystem-mcpefforthye avatar

    efforthye/fast-filesystem-mcp

    58View on GitHub↗

    Advanced filesystem operations for Claude Desktop with large file handling capabilities and Claude-optimized features.

    TypeScript
    View on GitHub↗58
  • exoticknight/mcp-file-mergerexoticknight avatar

    exoticknight/mcp-file-merger

    26View on GitHub↗

    MCP server for merging multiple files into one

    JavaScript
    View on GitHub↗26
  • fireproof-storage/mcp-database-serverfireproof-storage avatar

    fireproof-storage/mcp-database-server

    32View on GitHub↗

    Store and load JSON documents from LLM tool use

    JavaScript
    View on GitHub↗32
  • foundatiofx/foundatioFoundatioFx avatar

    FoundatioFx/Foundatio

    2,088View on GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#abstractionsawsazure
    View on GitHub↗2,088
  • fronkongames/gamework-local-dataF

    FronkonGames/GameWork-Local-Data

    0View on GitHub↗
    View on GitHub↗0
  • fsnotify/fsnotifyfsnotify avatar

    fsnotify/fsnotify

    10,551View on GitHub↗

    fsnotify is a cross-platform filesystem notification library that provides a programming interface for tracking file and directory changes within Go applications. It utilizes native kernel notification interfaces to detect events such as file creation, deletion, and attribute updates, allowing developers to integrate real-time monitoring into their software. The library distinguishes itself by providing a unified abstraction layer that normalizes disparate kernel APIs into a consistent event stream. It manages high-volume activity through non-blocking event polling and internal memory bufferi

    Go
    View on GitHub↗10,551
  • geohot/minikeyvaluegeohot avatar

    geohot/minikeyvalue

    3,147View on GitHub↗

    A distributed key value store in under 1000 lines. Used in production at comma.ai

    Go
    View on GitHub↗3,147
  • git-lfs/git-lfsgit-lfs avatar

    git-lfs/git-lfs

    14,336View on GitHub↗

    Git Large File Storage is a Git extension that replaces large binary assets with lightweight pointers to keep repository history fast and lean. It functions as a remote binary asset store, hosting large files on a separate server instead of storing them directly in the Git history. The system includes a binary file locking mechanism to prevent concurrent edits on large assets, ensuring only one user can modify a file at a time. It also provides a virtual file system mount to expose large assets as a local filesystem without requiring a full manual checkout, and a history migration tool to con

    Gogitgit-lfsgo
    View on GitHub↗14,336
  • googlecloudplatform/gcsfuseGoogleCloudPlatform avatar

    GoogleCloudPlatform/gcsfuse

    2,287View on GitHub↗

    A user-space file system for interacting with Google Cloud Storage

    Go
    View on GitHub↗2,287
  • hadashia/unioH

    hadashiA/Unio

    0View on GitHub↗
    View on GitHub↗0
  • hadashia/vkvH

    hadashiA/VKV

    0View on GitHub↗
    View on GitHub↗0
  • hexitex/mcp-backup-serverhexitex avatar

    hexitex/MCP-Backup-Server

    12View on GitHub↗

    A Model Context Protocol (MCP) server implementation that provides file backup and restoration capabilities

    JavaScript
    View on GitHub↗12
  • hmk/box-mcp-serverhmk avatar

    hmk/box-mcp-server

    11View on GitHub↗

    A Box model context protocol server to search, read and access files

    JavaScript
    View on GitHub↗11
  • intothedev/save-system-for-unityI

    IntoTheDev/Save-System-for-Unity

    0View on GitHub↗
    View on GitHub↗0
  • jfversluis/filepicker-plugin-for-xamarin-and-windowsjfversluis avatar

    jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows

    157View on GitHub↗

    Simple cross-platform plug-in that allows you to pick files and work with them.

    C#
    View on GitHub↗157