Skip to main content
Glama

Weekly Report MCP Server

by tobecrazy

週報システム

週次レポート システムは、週次レポートの作成と管理を容易にするために設計されており、レポートは簡単に追跡できるようにタイムスタンプとともにreportsディレクトリに保存されます。

設定

週次レポート システムを開始するには、次の手順に従います。

  1. 依存関係のインストール: 次のコマンドを実行して、必要な Python パッケージがすべて揃っていることを確認します。
    pip install -r requirements.txt
  2. **MCP サーバーを実行します。**レポートの作成を有効にするには、MCP サーバーを起動します。
    python weekly_report_server.py

使用法

システムでは、週次レポートを作成するために 2 つの方法を提供しています。

方法1: 直接Pythonスクリプト

create_weekly_report.pyスクリプトを実行して週次レポートを作成します。

python create_weekly_report.py

このスクリプトは、 weekly_report_server.pywrite_weekly_report関数を利用してレポート コンテンツを生成します。

方法 2: MCP ツール (Claude 拡張機能を備えた VSCode が必要)

VSCode の Claude 拡張機能を使用して MCP サーバー機能を活用します。

  1. MCP 構成: .fastmcp.tomlおよびmcp.jsonで MCP 設定が正しく構成されていることを確認します。
  2. **VSCode 拡張機能の構成:**次の拡張機能設定を確認します。
    ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json

設定が完了したら、MCP サーバーのwrite_weekly_reportツールを使用して、VSCode 内で直接レポートを作成します。

レポート形式

レポートは、 weekly_report_YYYYMMDD_HHMMSS.txtという形式のファイル名でreportsディレクトリに保存されます。

レポートの推奨構造は次のとおりです。

Weekly Report - [Date] Accomplishments: 1. [Accomplishment 1] 2. [Accomplishment 2] 3. [Accomplishment 3] 4. [Accomplishment 4] Next Steps: 1. [Next Step 1] 2. [Next Step 2] 3. [Next Step 3] 4. [Next Step 4]

プロジェクトファイル

  • weekly_report_server.py : write_weekly_report関数を定義し、MCP サーバーをセットアップするコア サーバー ファイル。
  • create_weekly_report.py : write_weekly_report関数を呼び出してレポートを生成するスクリプト。
  • test_weekly_report.py : write_weekly_report関数を検証するためのテスト スクリプト。
  • **reports/ :**生成されたすべてのレポートが保存されるディレクトリ。

追加情報

さらにサポートやお問い合わせが必要な場合は、プロジェクトのドキュメントを参照するか、開発チームにお問い合わせください。

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

ユーザーが専用のレポート ディレクトリ内のテキスト ファイルに週次レポートを書き込んで保存できるシンプルな MCP サーバーです。

  1. 設定
    1. 使用法
      1. 方法1: 直接Pythonスクリプト
      2. 方法 2: MCP ツール (Claude 拡張機能を備えた VSCode が必要)
    2. レポート形式
      1. プロジェクトファイル
        1. 追加情報

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
            Last updated -
            1
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
            Last updated -
            5
            1
            JavaScript
          • A
            security
            A
            license
            A
            quality
            An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
            Last updated -
            1
            1,387
            Python
            Apache 2.0
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables generating scripts based on specified topics and keywords, while also providing functionality to store and summarize notes.
            Last updated -
            Python
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/tobecrazy/MCPDemo'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server