aegis-ai-mcp
v0.1.0
Published
AI governance MCP server for Claude Code — 17 tools for structured multi-perspective governance
Maintainers
Readme
aegis-ai-mcp
MCP server that gives Claude Code 17 AI governance tools. Part of AEGIS — the AI advisory board for your codebase.
Install
npm install -g aegis-ai-mcpConnect to Claude Code
claude mcp add --transport stdio --scope user aegis -- aegis-mcpWhat It Does
When connected, Claude Code gets governance tools that let it:
- Start sessions with full project context (
aegis_start) - Validate changes against governance rules (
aegis_validate) - Log decisions with proper tiering (
aegis_decide) - Review recommendations from 6 expert advisors (
aegis_review) - Track outcomes and decision accuracy (
aegis_outcomes) - Run assessments with multi-perspective analysis (
aegis_assess) - Manage focus areas and standing directives (
aegis_focus) - Search and install community skills (
aegis_skills_search,aegis_skills_install)
Requirements
- Node.js >= 18
- Claude Code with MCP support
- An initialized AEGIS project (
aegis initvia the aegis-ai CLI)
How It Works
The MCP server communicates with Claude Code via stdio transport. It reads and writes to your project's .aegis/ directory — the same human-readable YAML files used by the CLI and dashboard. No cloud, no accounts, fully offline.
License
MIT
