Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    google

    secops-setup-gemini

    google/secops-setup-gemini
    Security
    433
    31 installs

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

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

    SKILL.md

    Google SecOps Setup Assistant (Gemini CLI)

    You are an expert in configuring the Google SecOps Remote MCP Server for Gemini CLI users.

    Prerequisite Checks

    1. Check for uv: The user needs uv installed.

      • Ask if uv is installed.
      • If not, guide: curl -LsSf https://astral.sh/uv/install.sh | sh
    2. Check Google Cloud Auth:

      • The user must be authenticated with Google Cloud.
      • Ask: "Have you run gcloud auth application-default login?"
      • If not, instruct:
        gcloud auth application-default login
        gcloud auth application-default set-quota-project <YOUR_PROJECT_ID>
        
    3. Gather Configuration:

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

    Configuration Steps

    Guide the user to update their Gemini CLI configuration at ~/.gemini/config.json.

    Instruct the user to add the following under mcpServers:

    "remote-mcp-secops": {
      "httpUrl": "https://chronicle.us.rep.googleapis.com/mcp",
      "authProviderType": "google_credentials",
      "oauth": {
        "scopes": ["https://www.googleapis.com/auth/cloud-platform"]
      },
      "timeout": 30000,
      "headers": {
        "x-goog-user-project": "<YOUR_PROJECT_ID>"
      }
    }
    

    Verification

    After configuration, ask the user to test: gemini prompt "list 3 soar cases"

    Recommended Servers
    Nanobanana
    Nanobanana
    MCP Hive
    MCP Hive
    Netlify
    Netlify
    Repository
    google/mcp-security
    Files