mcp-filesys

mcp-filesys

0

The MCP Filesystem Server is a Model Context Protocol server designed to enable AI models to access and interact with filesystem resources securely. It includes features such as directory listing and secure access controls while utilizing JSON-RPC for standardized communication.

Overview

  • Description: A Model Context Protocol (MCP) server for providing filesystem access to AI models and applications.
  • Features:
    • Filesystem access: Securely list directory contents.
    • JSON-RPC interface: Compliant with MCP specification.
    • Secure access controls.
    • Standard I/O transport: Uses stdio for integration.
  • Available Resources:
    • list-contents:// - Lists contents of a directory.
    • file:// - File access with read, write, list capabilities.