crypto-indicators-mcp
An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
GitHubスター
73
ユーザー評価
未評価
お気に入り
0
閲覧数
19
フォーク
32
イシュー
5
インストール方法
難易度
初級推定所要時間
5-10 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Node.js: 18.0.0以上
npm: 8.0.0以上
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
2. 依存関係のインストール
bash
npm install
3. MCPクライアントの設定
claude_desktop_config.json
を編集してMCPサーバーを追加:
json
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
}
4. サーバーの起動
bash
npm start