
Aegis Mcp
Enforce runtime governance policies on AI agents with MCP-side controls advertised as zero token overhead.
Overview
aegis-mcp is a MCP server for the Ship phase that enforces runtime governance on AI agents with policy controls described as zero token overhead.
What is this MCP server?
- Runtime governance enforcement for AI agent tool use
- Marketed as zero token overhead versus inline policy prompts
- aegis-mcp-server npm stdio package at v0.1.15
- Developer Tools / security posture for agent fleets
- GitHub cleburn/aegis-mcp with published MCP schema
- npm package version 0.1.15 in server.schema.json
- Catalog claims zero token overhead for governance
- stdio transport via aegis-mcp-server on npm
Community signal: 3 GitHub stars.
What problem does it solve?
Long policy prompts in every agent turn waste tokens and still fail to block disallowed tool calls at execution time.
Who is it for?
Indie builders running multiple MCP tools who need consistent enforcement before production agent workflows go live.
Skip if: Teams that only need one-shot code review without ongoing agent runtime control.
What do I get? / Deliverables
Governance rules can gate agent actions at the MCP runtime layer so shipping automated workflows stays within defined boundaries.
- Runtime policy enforcement layer for agent tool calls
- Reduced reliance on verbose in-context safety instructions
- Auditable gate between LLM plans and MCP execution
Recommended MCP Servers
Journey fit
How it compares
Runtime policy MCP, not a static security checklist skill.
Common Questions / FAQ
Who is aegis-mcp for?
Solo developers and small teams operating agent+MCP stacks who want execution-time governance instead of prompt-only safety.
When should I use aegis-mcp?
Use it during ship security and live operate monitoring when agents can invoke tools that affect data, spend, or infrastructure.
How do I add aegis-mcp to my agent?
Install aegis-mcp-server from npm with stdio transport per registry entry v0.1.15 and wire it into your MCP client governance slot per repository instructions.