Skip to main content
ClaudeWave

Local stdio MCP server config for the aegis-governance PyPI package. The hosted AEGIS service is offline; status: https://undercurrentholdings.com/status/

MCP ServersRegistry oficial0 estrellas0 forksDockerfileMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/undercurrentai/aegis-mcp
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/undercurrentai/aegis-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# AEGIS Governance — MCP Server

> **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/>

## What the package is

`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.

## Install

```bash
pip install "aegis-governance[mcp]"
```

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.

## Local stdio MCP configuration

**Claude Code**

```bash
claude mcp add aegis -- aegis-mcp-server
```

**Cursor** (`.cursor/mcp.json`) / **Windsurf** / any stdio MCP client:

```json
{
  "mcpServers": {
    "aegis": { "command": "aegis-mcp-server" }
  }
}
```

**VS Code** (`.vscode/mcp.json`):

```json
{
  "servers": {
    "aegis": { "type": "stdio", "command": "aegis-mcp-server" }
  }
}
```

## Tools

`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. |

## Reading the source

The `aegis-governance` source repository is private. To read the published source, download
the source distribution (sdist) from PyPI:

```bash
pip download --no-binary :all: --no-deps "aegis-governance==1.4.2"
```

Or get the `.tar.gz` file from the [PyPI release files](https://pypi.org/project/aegis-governance/1.4.2/#files).
ai-governanceclaudemcpmcp-servermodel-context-protocol

Lo que la gente pregunta sobre aegis-mcp

¿Qué es undercurrentai/aegis-mcp?

+

undercurrentai/aegis-mcp es mcp servers para el ecosistema de Claude AI. Local stdio MCP server config for the aegis-governance PyPI package. The hosted AEGIS service is offline; status: https://undercurrentholdings.com/status/ Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-18.

¿Cómo se instala aegis-mcp?

+

Puedes instalar aegis-mcp clonando el repositorio (https://github.com/undercurrentai/aegis-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar undercurrentai/aegis-mcp?

+

Nuestro agente de seguridad ha analizado undercurrentai/aegis-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene undercurrentai/aegis-mcp?

+

undercurrentai/aegis-mcp es mantenido por undercurrentai. La última actividad registrada en GitHub es del 2026-09-18, con 1 issues abiertos.

¿Hay alternativas a aegis-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega aegis-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: undercurrentai/aegis-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/undercurrentai-aegis-mcp)](https://claudewave.com/repo/undercurrentai-aegis-mcp)
<a href="https://claudewave.com/repo/undercurrentai-aegis-mcp"><img src="https://claudewave.com/api/badge/undercurrentai-aegis-mcp" alt="Featured on ClaudeWave: undercurrentai/aegis-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a aegis-mcp