Antigravity
MCP対応状況: ○ (対応済み)
設定方法:
AntigravityエディタでAgent session → ... → MCP Serversを選択
MCP Storeから選択してインストール、またはManage MCP Servers → View raw configでmcp_config.jsonを編集
Context7の設定例:
json{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
}
}
}
または
json{
"mcpServers": {
"context7": {
"url": "
https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY"
}
}
}
}
Context7使用可能: ○
GitHub Copilot
MCP対応状況: ○ (対応済み)
対応エディタ:
Visual Studio Code (v1.99以降)
Visual Studio (v17.14以降)
JetBrains IDEs
Eclipse
Xcode
設定方法(VS Code):
.vscode/mcp.jsonを作成
MCP設定を記述
Agent Modeで使用
注意点:
toolsのみ対応(resourcesやprompts未対応)
OAuth認証のremote MCP serverは未対応
一部制限あり
Context7の設定例(.vscode/mcp.json):
json{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
}
}
}
Context7使用可能: ○
ただし制限:
toolsのみ利用可能
OAuth remote接続は不可(stdioまたはHTTP/SSE接続のみ)