g

guardian-agent

@apiiro/guardian-agent
Hosted
0 Stars 10 次浏览 apiiro 更新于 2026-08-23

Apiiro Application Security Posture Management (ASPM) tools for AI coding assistants.

该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

Apiiro Guardian Agent MCP Server

Apiiro Guardian Agent enables AI coding assistants to leverage Application Security Posture Management (ASPM) capabilities through the Model Context Protocol (MCP). This integration allows developers to write secure code, query security risks, analyze repositories, trigger diff scans, and manage security findings directly from their AI assistant.

# Overview

This MCP server connects AI assistants to Apiiro's security analysis platform, providing real-time security insights during development. The integration exposes Apiiro's security capabilities through MCP tools that can be invoked by supported AI coding assistants.

# Supported Integrations

# # Cursor Plugin

  1. Open Cursor Settings > Tools & Integrations > MCP Tools
  2. Add a new MCP server with the URL: https://mcp.apiiro.com/mcp

# # Google Gemini Extension

The Gemini extension is configured through gemini-extension.json and provides access to Apiiro's security analysis tools within the Gemini CLI environment.

Configuration:

  • Extension manifest: gemini-extension.json
  • Server endpoint: https://mcp.apiiro.com/mcp
  • Authentication: OAuth, optional $APIIRO_API_TOKEN bearer token

# Security Capabilities

The integration provides access to:

  • Write secure code with real-time security guidance
  • Query security risks across repositories
  • Trigger differential scans on code changes
  • Analyze repository security posture
  • Manage and remediate security findings
  • Application Security Posture Management (ASPM) analysis

# How It Works

The Apiiro MCP server acts as a bridge between AI coding assistants and the Apiiro security platform. When invoked through MCP tools, the server communicates with Apiiro's API to retrieve security analysis, trigger scans, and provide actionable security insights within the developer workflow.

# Setup

To use the Apiiro Guardian Agent, you need:

  1. An Apiiro account with API access
  2. A supported AI assistant configured to use MCP servers

# License

Apache License 2.0

相关 MCP 服务