Serversio.github.Acacian/aegis
A

Aegis — AI Agent Governance

io.github.Acacian/aegis · v0.1.7
▦ pypi
v0.1.7pypi pypi: agent-aegis↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Acacian/aegis",
  "description": "Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging.",
  "title": "Aegis — AI Agent Governance",
  "repository": {
    "url": "https://github.com/Acacian/aegis",
    "source": "github"
  },
  "version": "0.1.7",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "agent-aegis",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to YAML policy file",
          "format": "string",
          "name": "AEGIS_POLICY_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}