MCP Configuration Setup Skill
This skill ensures standard MCP servers are available for context augmentation.
Execution Steps:
Initialize Global Config: Antigravity uses a standard
mcp.jsonor runs them directly vianpx. To immediately spawn the Google Developer documentation or GitHub MCP inside your shell context during a task, invoke them via therun_commandtool in the background:npx -y @modelcontextprotocol/server-githubPersistent Setup: If the user has a central configuration file (e.g. Claude Desktop or similar client), append the following:
{ "mcpServers": { "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"] }, "google-maps": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-google-maps"] } } }