Compresto MCP

コンプレストMCP

Compresto 用のモデル コンテキスト プロトコル (MCP) サーバー。AI アシスタントに Compresto の使用統計に関するリアルタイム データを提供します。

Compresto とは何ですか?

Comprestoは、ファイルサイズを縮小するのに役立つファイル圧縮アプリです。このMCPサーバーにより、AIアシスタントはComprestoの使用状況に関する最新の統計情報にアクセスできます。

MCPとは何ですか?

モデルコンテキストプロトコル(MCP)は、AIシステムを外部ツールやデータソースに接続するための標準規格です。このMCPサーバーは、Comprestoの使用状況統計へのアクセスを提供することで、AI機能を拡張します。

インストール

git clone https://github.com/dqhieu/compresto-mcp cd compresto-mcp npm install npm run build

手動設定

MCP設定ファイルに以下を追加します

{ "mcpServers": { "compresto": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/compresto-mcp/build/index.js" ] } } }

互換性のある AI アシスタントと統合すると、この MCP サーバーは Compresto の使用状況に関するリアルタイム データを提供します。

利用可能なツール

Compresto MCP サーバーは次のツールを提供します。

合計ユーザー数を取得する

Compresto ユーザーの合計数を返します。

応答例: 12345

処理済みファイルの合計数を取得する

Compresto によって処理されたファイルの合計数を返します。

応答例: Processed 67890 files

合計サイズ削減

Compresto によって削減されたファイル サイズの合計量を返します。

応答例: Reduced 1234567890 bytes

発達

前提条件

  • Node.js (v16 以上)
  • npmまたはyarn

プロジェクト構造

  • src/index.ts - MCP サーバーの実装を含むメインのエントリ ポイント
  • package.json - プロジェクトの依存関係とスクリプト
  • tsconfig.json - TypeScript 設定

ライセンス

MITライセンス

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Compresto のファイル圧縮アプリの使用統計に関するリアルタイム データ (合計ユーザー数、処理済みファイル数、削減された合計サイズなど) を AI アシスタントに提供するモデル コンテキスト プロトコル サーバー。

  1. Compresto とは何ですか?
    1. MCPとは何ですか?
      1. インストール
        1. 手動設定
          1. 利用可能なツール
            1. 合計ユーザー数を取得する
            2. 処理済みファイルの合計数を取得する
            3. 合計サイズ削減
          2. 発達
            1. 前提条件
            2. プロジェクト構造
          3. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.
              Last updated -
              84
              36
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
              Last updated -
              16
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that extends AI capabilities by providing file system access and management functionalities to Claude or other AI assistants.
              Last updated -
              3
              TypeScript
              • Apple
            • -
              security
              A
              license
              -
              quality
              A simple Model Context Protocol server that enables AI assistants to interact with local file systems, allowing them to read, write, update, and delete files within a specified project directory.
              Last updated -
              Python
              MIT License

            View all related MCP servers

            ID: fdxowullsq