用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/DOX69/agent-performance-hub --skill mcp-setup-antigravity命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | mcp-setup-antigravity |
| description | Use this skill to learn how to add new MCP servers to the Antigravity configuration. |
This skill documents the process of adding new Model Context Protocol (MCP) servers to the Antigravity configuration.
The main configuration file is located at:
c:\Users\ggrft\.gemini\antigravity\mcp_config.json
To add a new MCP server, you need to modify the mcpServers object in the JSON file. Each server entry requires a unique key (the server name) and a configuration object.
"server-name": {
"command": "executable-command",
"args": ["arg1", "arg2"],
"env": {
"ENV_VAR_NAME": "value"
}
}
node, npx, docker, python).Here is an example of the NotebookLM configuration:
"notebooklm": {
"command": "npx",
"args": [
"-y",
"notebooklm-mcp-server"
],
"env": {
"SHOW_BROWSER": "true",
"HEADLESS": "false",
"NOTEBOOKLM_PROFILE": "full"
}
}
After modifying mcp_config.json, you must restart the Antigravity application (or reloading the window) for the changes to take effect.
command is available in your system's PATH.