Six-gate governance for AI agents: PROCEED/PAUSE/HALT decisions with hash-chained audit trails.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Aegis.
aegis_evaluate_proposalEvaluate an engineering proposal through the AEGIS gate checks.
aegis_quick_risk_checkQuick risk threshold check without a full Bayesian evaluation.
aegis_healthCheck AEGIS API health (service status, version, components).
aegis_list_decisionsList recent governance decisions for the authenticated customer.
aegis_get_decisionFetch a specific governance decision by ID, with full gate detail.
aegis_get_usageGet the authenticated customer's evaluation usage report.
Status: the hosted AEGIS service is offline (since September 2026). The hosted API and the hosted MCP endpoint (
mcp.aegis.undercurrentholdings.com) are offline. The local server does not evaluate proposals itself, so no tool returns an evaluation at this time. Current status: https://undercurrentholdings.com/status/
aegis-governance on PyPI is a Python client for the AEGIS API. It also contains a local
MCP server. The package installs one console script, aegis-mcp-server. This script starts
a local MCP server that uses the stdio transport. The package has no other command-line tool.
The local server has no evaluation engine. By default, the client sends all requests to the hosted AEGIS API. Sandbox mode (the mode without an API key) also uses the hosted API. While the hosted service is offline, tool calls do not return evaluations.
The [mcp] extra is necessary for aegis-mcp-server. On Python < 3.10, the extra installs
nothing, and aegis-mcp-server exits with an install hint.
Claude Code
Cursor (.cursor/mcp.json) / Windsurf / any stdio MCP client:
VS Code (.vscode/mcp.json):
tools/list from aegis-mcp-server in aegis-governance 1.4.2 returns these six tools.
Without AEGIS_API_KEY, aegis_evaluate_proposal and aegis_health call the hosted API, and
the other four tools return an AuthenticationError JSON result without an API call. With
AEGIS_API_KEY set, all six tools call the hosted API.
The descriptions below are quoted from the server. They do not describe a service that is available now.
| Tool | Description (quoted from the server) |
|---|---|
aegis_evaluate_proposal | Evaluate an engineering proposal through the AEGIS gate checks. |
aegis_quick_risk_check | Quick risk threshold check without a full Bayesian evaluation. |
aegis_health | Check AEGIS API health (service status, version, components). |
aegis_list_decisions | List recent governance decisions for the authenticated customer. |
aegis_get_decision | Fetch a specific governance decision by ID, with full gate detail. |
aegis_get_usage | Get the authenticated customer's evaluation usage report. |
The aegis-governance source repository is private. To read the published source, download
the source distribution (sdist) from PyPI:
Or get the .tar.gz file from the PyPI release files.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aegis)<a href="https://allmcps.com/mcp/aegis"><img src="https://allmcps.com/api/badge/aegis?style=directory" alt="Aegis on AllMCPs" /></a>