Loading MCP server directory, please wait...
Credential isolation for AI agents. Inject secrets at the network boundary.
npx @getmcp/cli add io.github.getaegis/aegisRequires Node.js 18+. Community-contributed server. Review source before installing.
AEGIS_MASTER_KEYMaster encryption key for the credential vault
AEGIS_SALTHex-encoded 32-byte salt for key derivation (generated by aegis init)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.getaegis/aegis": {
"command": "npx",
"args": [
"-y",
"@getaegis/cli"
],
"env": {
"AEGIS_MASTER_KEY": "",
"AEGIS_SALT": "",
"AEGIS_DATA_DIR": "",
"AEGIS_PORT": "",
"AEGIS_LOG_LEVEL": "",
"AEGIS_LOG_FORMAT": "",
"AEGIS_VAULT": "",
"AEGIS_REQUIRE_AGENT_AUTH": "",
"AEGIS_POLICY_MODE": "",
"AEGIS_POLICIES_DIR": "",
"AEGIS_METRICS": ""
}
}
}
}