aws-finops-mcp-server

An MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.

GitHubスター

148

ユーザー評価

未評価

お気に入り

0

閲覧数

12

フォーク

44

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Python: 3.7以上
AWS CLI: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/ravikiranvm/aws-finops-mcp-server.git
cd aws-finops-mcp-server

2. 依存関係のインストール

bash
pip install -r requirements.txt

3. サーバーの起動

bash
python server.py

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: AWS CLIが認識されない 解決策: AWS CLIの設定を確認してください。