.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/justin0504/aegis
home/mcp-servers/justin0504/aegis
justin0504 avatar

aegis

byjustin0504· 1 MCP server

Stars

370

Forks

39

Category

Security

View on GitHub

TL;DR

Every tool call. Intercepted. Classified. Blocked — before it executes.

How to install aegis?

justin0504/aegis
$git clone https://github.com/justin0504/aegis

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install aegis by running `git clone https://github.com/justin0504/aegis`, then use it for the current task and follow its documentation at https://github.com/justin0504/aegis.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3# AEGIS
4 
5### The firewall for AI agents.
6 
7**Every tool call. Intercepted. Classified. Blocked — before it executes.**
8 
9<br>
10 
11[![Latest release](https://img.shields.io/github/v/release/Justin0504/Aegis?include_prereleases&label=release&color=0a0a0a)](https://github.com/Justin0504/Aegis/releases/latest)
12[![Downloads](https://img.shields.io/github/downloads/Justin0504/Aegis/total?color=0a0a0a)](https://github.com/Justin0504/Aegis/releases)
13[![Stars](https://img.shields.io/github/stars/Justin0504/Aegis?style=flat&color=0a0a0a)](https://github.com/Justin0504/Aegis/stargazers)
14[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
15[![PyPI](https://img.shields.io/pypi/v/agentguard-aegis?label=PyPI&color=blue)](https://pypi.org/project/agentguard-aegis/)
16[![npm](https://img.shields.io/badge/npm-%40justinnn%2Fagentguard-red)](https://www.npmjs.com/package/@justinnn/agentguard)
17[![Docker](https://img.shields.io/badge/ghcr.io-aegis--gateway-0db7ed)](https://github.com/Justin0504/Aegis/pkgs/container/aegis-gateway)
18[![CI](https://github.com/Justin0504/Aegis/actions/workflows/ci.yml/badge.svg)](https://github.com/Justin0504/Aegis/actions)
19 
20[**Download** →](https://github.com/Justin0504/Aegis/releases/latest) ·
21[**Roadmap** →](./ROADMAP.md) ·
22[**Security** →](./SECURITY.md) ·
23[**Commercial** →](./COMMERCIAL.md) ·
24[**Contributing** →](./CONTRIBUTING.md)
25 
26</div>
27 
28<br>
29 
30<div align="center">
31 
32## Download AEGIS
33 
34<table>
35<tr>
36<td align="center" width="33%">
37 
38### 🍎 macOS
39 
40[<img src="https://img.shields.io/badge/Download_.dmg-Apple_Silicon-0a0a0a?style=for-the-badge&logo=apple&logoColor=white" alt="Download for macOS">](https://github.com/Justin0504/Aegis/releases/latest)
41 
42<sub>`AEGIS_0.1.0_aarch64.dmg` · 164 MB<br>macOS 11+ · Apple Silicon</sub>
43 
44</td>
45<td align="center" width="33%">
46 
47### 🪟 Windows
48 
49<img src="https://img.shields.io/badge/Coming_in_0.2-Windows-6e6e6e?style=for-the-badge&logo=windows&logoColor=white" alt="Windows coming soon">
50 
51<sub>`AEGIS_Setup.exe`<br>Windows 10+ · use WSL2 today</sub>
52 
53</td>
54<td align="center" width="33%">
55 
56### 🐧 Linux
57 
58[<img src="https://img.shields.io/badge/curl_aegistraces.com/install-Linux-0a0a0a?style=for-the-badge&logo=linux&logoColor=white" alt="Install on Linux">](https://aegistraces.com/install)
59 
60<sub>`.deb` · `.AppImage` · `.tar.gz`<br>Ubuntu 22.04+ · Debian 12+ · RHEL 9+</sub>
61 
62</td>
63</tr>
64</table>
65 
66**Or one line in any terminal:**
67 
68```bash
69curl -fsSL https://aegistraces.com/install | sh
70```
71 
72<sub>Detects your OS + arch, downloads the verified release, drops the binary in `/usr/local/bin`, ready to run. No git clone. No Docker. No `npm install`.</sub>
73 
74</div>
75 
76---
77 
78> Your agent just called `DROP TABLE users` because the prompt said "clean up old records."
79> Your agent just exfiltrated 2 GB because "the user asked for a report."
80> Your agent just ran `rm -rf /` because the model hallucinated a tool name.
81>
82> **Not hypotheticals.** Every agent framework lets AI decide which tools to call, with what arguments, at machine speed. There is no human in the loop. There is no undo.
83>
84> AEGIS is the missing layer: a **pre-execution firewall** that sits between your agent and its tools, classifies every call in real time, enforces policies, blocks violations, and writes a tamper-evident audit trail — with **one line of code and zero agent changes.**
85 
86<br>
87 
88<div align="center">
89<img src="docs/images/cockpit/overview.png" alt="AEGIS Compliance Cockpit — Overview" width="820">
90<br>
91<sub>The AEGIS Compliance Cockpit — real-time monitoring across all your agents.</sub>
92</div>
93 
94---
95 
96## See it run
97 
98<div align="center">
99 
100**A real Claude-powered research assistant, fully integrated with AEGIS.**<br>
101Watch it trace tool calls, block SQL injection, detect PII, and pause for human approval — live.
102 
103<img src="docs/images/readme_demo2.gif" alt="Live agent demo" width="820">
104 
105<br>
106 
107**The Compliance Cockpit: traces, policies, cost tracking, sessions, a

Preview

justin0504/aegisjustin0504/aegis

# AEGIS

### The firewall for AI agents.

**Every tool call. Intercepted. Classified. Blocked — before it executes.**

Repojustin0504/aegis
TypeMCP Servers
CategorySecurity
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPai-agentsai-safety

Related

6 picks
Type
  1. cisco-ai-defense avatarmcp-scannerA tool to scan MCP servers and tools for security findingsMCP ServersJul 2026124k994
  2. hashgraph-online avatarhol-guardOpen-source antivirus and runtime protection for AI agents, tools, MCP servers, plugins, skills, and package installs.MCP ServersJul 202664k419
  3. snyk avataragent-scanAgent supply chain security scanner.MCP ServersJul 202659k2.8k
  4. crowdstrike avatarfalcon-mcpConnects AI agents with CrowdStrike Falcon for security analysis and automation.MCP ServersJul 202623k226
  5. mcp-auth avatarpythonPlug-and-play auth for Python MCP servers.MCP ServersAug 202520k58
  6. auth0 avatarauth0-mcp-serverAuth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural languageMCP ServersJul 202616k112