simple-mcp-fileserver

simple-mcp-fileserver

3.2

If you are the rightful owner of simple-mcp-fileserver and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A lightweight Model Context Protocol (MCP) file system server enabling AI agents to interact with your local file system through a standardized JSON-RPC interface.

The Simple MCP FileServer is a lightweight server that implements the Model Context Protocol (MCP) to allow AI agents to interact with a local file system. It uses a JSON-RPC 2.0 API to perform file operations such as reading, writing, and listing files. The server acts as a bridge between AI agents and the file system, translating JSON-RPC requests into actual file operations. It supports full JSON-RPC 2.0 protocol compliance, detailed error handling, and logging. The server also includes built-in cross-origin support for web client integration and a health check endpoint for monitoring.

Features

  • File Operations: Supports reading, writing, and listing files through methods like `readFile`, `writeFile`, and `listDir`.
  • MCP Protocol Compatibility: Complies with JSON-RPC 2.0 protocol, supports `initialize` method, and provides detailed error handling.
  • CORS Support: Includes built-in cross-origin support for web client integration.
  • Health Check: Provides a `/health` endpoint for monitoring and probing.