Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Orca Security MCP
🐋

Orca Security MCP MCP Server

Agentless cloud security platform.

orcacloud-securityagentlessscanning

About

## Orca Security MCP Server: Agentless Cloud Security Platform The **Orca Security MCP Server** integrates agentless cloud security into Google Antigravity, enabling comprehensive visibility into cloud workloads, vulnerabilities, and misconfigurations without deploying agents. ### Why Orca Security MCP? - **Agentless scanning** - Complete cloud visibility without installing agents - **Unified platform** - CWPP, CSPM, and CIEM in one solution - **Risk prioritization** - Context-aware risk scoring for remediation - **Multi-cloud support** - AWS, Azure, GCP, and Alibaba Cloud - **Attack path analysis** - Visualize potential attack vectors ### Key Features #### 1. Asset Discovery ```python # Get cloud asset inventory assets = await mcp.call("orca", "list_assets", { "cloud_provider": "aws", "asset_types": ["compute", "storage", "database"], "include_risk_score": True }) for asset in assets: print(f"{asset[\"type\"]}: {asset[\"name\"]}") print(f" Risk Score: {asset[\"risk_score\"]}/100") print(f" Region: {asset[\"region\"]}") ``` #### 2. Vulnerability Management ```python # Get vulnerabilities with context vulns = await mcp.call("orca", "get_vulnerabilities", { "severity": ["critical", "high"], "exploitable": True, "internet_facing": True }) for vuln in vulns: print(f"{vuln[\"cve_id\"]}: {vuln[\"package\"]}") print(f" Asset: {vuln[\"asset_name\"]}") print(f" Attack Path: {vuln[\"has_attack_path\"]}") print(f" Priority: {vuln[\"priority_score\"]}") ``` #### 3. Attack Path Analysis ```python # Get attack paths to crown jewels paths = await mcp.call("orca", "get_attack_paths", { "target_type": "database", "max_steps": 5 }) for path in paths: print(f"Attack Path: {path[\"name\"]}") for step in path["steps"]: print(f" -> {step[\"asset\"]}: {step[\"vulnerability\"]}") ``` #### 4. Compliance Assessment ```python # Run compliance check compliance = await mcp.call("orca", "compliance_report", { "frameworks": ["CIS", "SOC2", "PCI-DSS"], "scope": "all" }) for framework in compliance["results"]: print(f"{framework[\"name\"]}: {framework[\"score\"]}%") print(f" Passed: {framework[\"passed\"]}, Failed: {framework[\"failed\"]}") ``` ### Configuration ```json { "mcpServers": { "orca": { "command": "npx", "args": ["-y", "@anthropic/mcp-orca"], "env": { "ORCA_API_TOKEN": "your-api-token", "ORCA_API_URL": "https://api.orcasecurity.io" } } } } ``` ### Use Cases **Cloud Security Posture**: Get complete visibility without agent deployment overhead. **Risk-Based Remediation**: Focus on vulnerabilities with actual attack paths. **Compliance Monitoring**: Maintain continuous compliance across cloud environments. **Multi-Cloud Security**: Unified security view across all cloud providers. The Orca Security MCP Server enables comprehensive agentless cloud security.

Installation

Configuration
{
  "mcpServers": {
    "orca": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers