tsuki_mcp_filesystem_server

by yuutotsuki

188 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name tsuki_mcp_filesystem_server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.