tsuki_mcp_filesystem_server

tsuki_mcp_filesystem_server

0

The tsuki_mcp_filesystem_server is a custom MCP-compatible server that enables searching and interacting with files on a local filesystem. It is designed to integrate with OpenAI's Agent SDK, offering features like MIME type detection and flexible configurations, while supporting JSON-RPC protocol.

tsuki_mcp_filesystem_server

A custom MCP-compatible server for searching local filesystem files. Features include:

  • File system resource access via MCP, supporting file search and open operations.
  • Automatic MIME type detection.
  • Flexible configuration via environment variables.
  • Supports JSON-RPC protocol.

Installation

Clone the repository and install dependencies.

Usage

Start the server using Python, and it will wait for MCP client requests.

API Endpoints

  • resources/list: Retrieves a list of files in the specified directory.

Contribution

Follow PEP 8 for coding style, add tests for new features, and ensure tests pass before making pull requests.