streamable-httpApache-2.0updated 2mo ago
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.
What can you do with Apiiro Guardian Agent?
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
- Open Cursor Settings > Tools & Integrations > MCP Tools
- 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_TOKENbearer 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:
- An Apiiro account with API access
- A supported AI assistant configured to use MCP servers
License
Apache License 2.0
Install
Add Apiiro Guardian Agent to your client. Pick the one you use.
claude mcp add --transport http apiiro-guardian-agent https://mcp.apiiro.com/mcpcodex mcp add apiiro-guardian-agent --url https://mcp.apiiro.com/mcp{
"mcpServers": {
"apiiro-guardian-agent": {
"url": "https://mcp.apiiro.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"apiiro-guardian-agent": {
"type": "http",
"url": "https://mcp.apiiro.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"apiiro-guardian-agent": {
"url": "https://mcp.apiiro.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"apiiro-guardian-agent": {
"serverUrl": "https://mcp.apiiro.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 71 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Feb 2, 2026 |