aws-cost-explorer-mcp-server
このMCPサーバーは、AWS Cost Explorerを通じてAWSの支出データを取得し、Amazon Bedrockのモデル呼び出しログをCloudWatchから取得するためのものです。HTTPS経由での安全なリモートMCPサーバーの実行も可能で、ユーザーはClaude DesktopやLangGraphエージェントを介してアクセスできます。
GitHubスター
122
ユーザー評価
未評価
お気に入り
0
閲覧数
24
フォーク
28
イシュー
3
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
インストール方法
前提条件
Python: 3.12
AWS credentials: Cost Explorerへのアクセス権を持つもの
Anthropic API access: Claude統合用
Optional: Amazon Bedrockアクセス(LangGraphエージェント用)
Optional: Amazon EC2(リモートMCPサーバー用)
インストール手順
1
uv
をインストール:bash
# macOSおよびLinuxの場合
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell
# Windowsの場合
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
2リポジトリをクローン:
bash
git clone https://github.com/aarora79/aws-cost-explorer-mcp-server.git
cd aws-cost-explorer-mcp-server