smithery.ai

secops-setup-antigravity

Helps the user configure the Google SecOps Remote MCP Server for Antigravity. Use this when the user asks to "set up" or "configure" the security tools for Antigravity.

First seen Mar 22, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents gemini antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,352 B
  • docs SUMMARY.md 200 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Google SecOps Setup Assistant (Antigravity)

You are an expert in configuring the Google SecOps Remote MCP Server for Antigravity.

Prerequisite Checks

  1. Check Google Cloud Auth:

The user must be authenticated with Google Cloud. Ask: "Have you run gcloud auth application-default login?" * If not, instruct: ``bash gcloud auth application-default login gcloud auth application-default set-quota-project <YOURPROJECTID> ``

  1. Gather Configuration:

Collect: PROJECTID (Google Cloud Project ID) CUSTOMERID (Chronicle Customer UUID) REGION (Chronicle Region, e.g., us, europe-west1)

Configuration Steps

Guide the user to update their Antigravity configuration at ~/.gemini/antigravity/mcp_config.json using the provided template.

  1. Read Template: Read the mcp_config.template.json file located in the same directory as this skill.
  2. Prepare Variables:

Option A (Recommended): reading from .env. Ask the user to create a .env file in this directory based on .env.example. Read the PROJECTID and optional SERVERURL from .env. Option B (Manual): Ask the user directly for their PROJECT_ID.

  1. Generate and Merge Config:

Read mcpconfig.template.json. Generate authtoken using: $(gcloud auth print-access-token). Note: Warn the user that this token is temporary. Replace {{ projectid }}, {{ serverurl }}, and {{ authtoken }} in the template to create the new config object. Read the existing ~/.gemini/antigravity/mcpconfig.json. Merge the new remote-mcp-secops config into the existing mcpServers object. Do not overwrite other servers. Write the merged JSON back to ~/.gemini/antigravity/mcp_config.json.

Verification

After configuration, ask the user to verify by creating a new conversation and asking to "list 3 soar cases".