GitHubスター
40
ユーザー評価
未評価
お気に入り
0
閲覧数
30
フォーク
7
イシュー
2
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
インストール方法
前提条件
Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/hannesj/mcp-graphql-schema
cd mcp-graphql-schema
2. 依存関係のインストール
bash
npm install
3. Claude Desktop設定
claude_desktop_config.json
を編集してMCPサーバーを追加:
json
{
"mcpServers": {
"GraphQL Schema": {
"command": "npx",
"args": ["-y", "mcp-graphql-schema", "/ABSOLUTE/PATH/TO/schema.graphqls"]
}
}
}
4. サーバーの起動
bash
npm start