a year ago
research-and-dataA custom MCP-compatible server for searching local filesystem files. Works with OpenAI's Agent SDK via the resources/list method. ローカルファイルの検索を行う、自作のMCP対応サーバーです。 Agent SDK の `resources/list` に対応しています。
Overview
what is tsuki_mcp_filesystem_server?
tsuki_mcp_filesystem_server is a custom server designed for searching local filesystem files, compatible with the Model Context Protocol (MCP) and integrates with OpenAI's Agent SDK.
how to use tsuki_mcp_filesystem_server?
To use the server, clone the repository, install the dependencies, configure the environment variables, and start the server using the command python main.py. The server will then wait for MCP client requests.
key features of tsuki_mcp_filesystem_server?
- Provides file system resources via MCP, supporting file search and open operations.
- Automatic MIME type detection.
- Flexible configuration through environment variables.
- Supports JSON-RPC protocol.
use cases of tsuki_mcp_filesystem_server?
- Searching for files in a specified directory.
- Integrating with applications that require file access via MCP.
- Developing tools that need to interact with local file systems.
FAQ from tsuki_mcp_filesystem_server?
- What is MCP?
The Model Context Protocol (MCP) is a protocol designed for communication between models and applications.
- How do I configure the server?
You can configure the server by editing the
.envfile after copying it from.env.example.
- Is there a license for this project?
Yes, the project is licensed under the MIT License.