MCP サーバー設定の一元管理と同期。mcp-servers.json を元データとして Claude Code(Claude Desktop共有)・Antigravity に自動配信。トリガー:MCP設定の追加・変更・削除、MCPサーバー同期、ツール間の設定統一時。
mcp-servers.json を単一の元データ(Single Source of Truth)とし、全AIツールのMCP設定を同期する。
mcp-servers.json を編集:
{
"mcpServers": {
"サーバー名": {
"command": "npx",
"args": ["-y", "パッケージ名"],
"env": {}
}
}
}
powershell.exe -ExecutionPolicy Bypass -File .claude/skills/mcp-sync/scripts/sync.ps1
| ツール | 方法 |
|--------|------|
| Claude Code / Claude Desktop | claude mcp add/remove コマンドで user scope に登録(~/.claude.json 共有) |
| Antigravity | %USERPROFILE%\.gemini\antigravity\mcp_config.json に書き込み |
mcp-servers.json を参照。
~/.claude.json を共有するため、個別の同期は不要Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer