Integrations
Supports environment variable configuration through .env files, allowing users to customize their connection to the Independence Patriots Merit Database.
Supports installation of the MCP server through Git repository cloning, enabling access to the e-gonghun-mcp codebase and its functionality.
Provides access to the MCP server code through GitHub repositories, specifically from the 국가보훈부 (Ministry of Patriots and Veterans Affairs) organization.
独立有功者公訓録MCPサーバー
国家報勲部公訓電子飼料館の独立有功者公訓録及び公的調書を照会できるMCP(Model Context Protocol)サーバです。
準備事項
始める前に、次のツールが必要です。
- macOS または Windows
- Claude Desktop 最新バージョン
- uv 0.4.18以降(
uv --version
で確認)
macOS環境設定
Windows環境設定
インストール方法
環境変数の設定
.env.sample
ファイルを.env
にコピーして必要な設定を作成します。
Claude Desktopでの使い方
Claude Desktopでこのツールを使用するには、次の設定が必要です。
macOSの設定
- 設定ファイルを開く:
- 次の設定を追加:
Windowsの設定
- 設定ファイルを開く:
- 次の設定を追加:
- Claude Desktopを再起動します。
機能
- 独立有功者公訓録リストの閲覧
- 独立有功者公的調書の照会
- 訓練、運動系列などコード情報提供
APIの使い方
Model Context Protocolでは、次のツールを使用できます。
get_merit_list
- 独立有功者公訓録のリストを照会する- 名前、生年月日、訓練、運動系列などで検索可能
get_public_report
- 独立有功者の公的助言を照会するget_hunkuk_codes
- 訓練コード情報を照会するget_workout_affil_codes
- 運動系列コード情報を照会するclear_cache
- キャッシュされたデータを初期化する
使用例
Claude Desktopで次のように質問してください。
動作原理
Model Context Protocol による Claude Desktop の相互作用は次のように行われます。
- サーバーの検出:Claude Desktopは起動時に設定されたMCPサーバーに接続し、各サーバーの機能を確認します。
- プロトコルハンドシェイク:適切なMCPサーバーを選択し、プロトコルを介した機能ネゴシエーションの後にサーバーにデータまたは操作を要求します。
- モデルコンテキスト拡張:MCPサーバーはClaudeモデルに追加のコンテキストとデータを提供し、より正確で詳細な応答を生成できます。
- 対話フロー:Claude Desktopでクエリ要求を実行すると、MCPサーバーはデータを処理して結果を返します。
- セキュリティ:MCPサーバーは特定の機能のみを提供し、ローカルでのみ実行され、重要な操作にはユーザーの確認が必要です。
ライセンス
MITライセンス
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRING IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WI DEALINGS IN THE SOFTWARE.
このリポジトリは Anthropic の Claude 3.7 Sonnet を使用して作成されました。
You must be authenticated.
国家報勲部 公訓電子飼料館の独立有功者 公訓録及び公的調書を Claude Desktop で照会できる Model Context Protocol サーバーです。