aegis
Credential isolation for AI agents. Inject secrets at the network boundary.
Topics: Security
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.5)
npx -y @getaegis/cli@1.0.5
Or add to your MCP client config:
{
"mcpServers": {
"aegis": {
"command": "npx",
"args": [
"-y",
"@getaegis/cli@1.0.5"
],
"env": {
"AEGIS_MASTER_KEY": "<YOUR_VALUE>",
"AEGIS_SALT": "<YOUR_VALUE>",
"AEGIS_DATA_DIR": "<YOUR_VALUE>",
"AEGIS_PORT": "<YOUR_VALUE>",
"AEGIS_LOG_LEVEL": "<YOUR_VALUE>",
"AEGIS_LOG_FORMAT": "<YOUR_VALUE>",
"AEGIS_VAULT": "<YOUR_VALUE>",
"AEGIS_REQUIRE_AGENT_AUTH": "<YOUR_VALUE>",
"AEGIS_POLICY_MODE": "<YOUR_VALUE>",
"AEGIS_POLICIES_DIR": "<YOUR_VALUE>",
"AEGIS_METRICS": "<YOUR_VALUE>"
}
}
}
}
AEGIS_MASTER_KEYrequired secret — Master encryption key for the credential vaultAEGIS_SALTrequired secret — Hex-encoded 32-byte salt for key derivation (generated by aegis init)AEGIS_DATA_DIR— Directory for vault databases and registry (default: .aegis/)AEGIS_PORT— Gate proxy port (default: 3100)AEGIS_LOG_LEVEL— Log verbosity: debug, info, warn, error (default: info)AEGIS_LOG_FORMAT— Log output format: json or pretty (default: json)AEGIS_VAULT— Named vault to use (default: default)AEGIS_REQUIRE_AGENT_AUTH— Require agent authentication on every request (true/false, default: false)AEGIS_POLICY_MODE— Policy enforcement mode: enforce, dry-run, or off (default: enforce)AEGIS_POLICIES_DIR— Directory containing YAML policy filesAEGIS_METRICS— Enable Prometheus metrics endpoint (true/false, default: true)
Related servers
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live…
beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious…
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry