Back to the catalog

apiiro

The Apiiro plugin for Claude Code connects developers directly to Apiiro’s Software and Risk Graph along with organizational context, bringi

Open source Repository Open in the app JSON README (API)

About

The Apiiro plugin for Claude Code connects developers directly to Apiiro’s Software and Risk Graph along with organizational context, bringing repository intelligence, ownership, architecture, policies, and risk insights into the development workflow. With Apiiro, developers can enrich prompts with relevant security and organizational context, get remediation guidance tailored to their codebase and internal policies, scan code changes for vulnerabilities before committing, generate threat models on demand, and ask natural-language questions about their application and security posture. This helps teams build and ship code faster with security guidance that is specific to their repositories, applications, and organization.

Details

Kind
Plugins
Topic
Security & identity
Publisher
apiiro
Origin
marketplace
Category
ferramentas
Stars
4
Forks
1
Last push
2026-06-22T08:20:15Z
Repository state
ativo
License
Apache-2.0
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
apiiro/mcp-server/apiiro

README

# 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

More