tsuki_mcp_filesystem_server
About
A 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` に対応しています。
Details
- Author
- yuutotsuki
- Downloads
- 188
- Categories
- Other
Jump to
- Provides file system resources via MCP protocol
- Supports file search and open operations
- Automatic MIME type detection
- Flexible configuration through environment variables
- Implements JSON-RPC protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
tsuki_mcp_filesystem_serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with pip install -r requirements.txt, copy .env.example to .env, configure the ROOT_PATH, HOST, PORT, and LOG_LEVEL settings, then start the server with python main.py. The server listens for MCP client requests on the configured host and port.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tsuki_mcp_filesystem_server": {
"tsuki_mcp_filesystem_server": {
"command": "python",
"args": [
"main.py"
]
}
}
}
}
McpServers
{
"tsuki_mcp_filesystem_server": {
"command": "python",
"args": [
"main.py"
]
}
}
tsuki_mcp_filesystem_server
MCPファイルプロバイダーA 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 に対応しています。
A custom server compatible with the Model Context Protocol (MCP).
Designed for integration with OpenAI's Agent SDK, it enables file search and open operations over the local filesystem.
Model Context Protocol(MCP) に準拠したカスタムサーバーです。
OpenAIのAgent SDKとの統合を想定して設計されており、ローカルファイルシステム上のファイル検索やオープン操作が可能です。
---
Features
特徴- Provides file system resources via MCP (supports file search and open operations)
ファイルシステムのリソースをMCP経由で提供(検索とファイルオープンに対応)
- Automatic MIME type detection
MIMEタイプの自動検出
- Flexible configuration via environment variables
環境変数による柔軟な設定
- Supports JSON-RPC protocol
JSON-RPCプロトコルのサポート
---
Installation
インストール```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



