MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Open-source security layer for the Model Context Protocol ecosystem.

创建于 3/17/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

MCP Aegis

Open-source security layer for the Model Context Protocol ecosystem.

MCP Aegis aims to make third-party MCP servers safer to discover, evaluate, install, and run. The initial direction is:

  • security-aware MCP subregistry
  • install-time verification and risk scoring
  • policy-based approval and version pinning
  • sandboxed execution for local MCP servers
  • runtime audit trails for MCP tool usage

Why This Project

The MCP ecosystem is growing quickly, but trust and runtime isolation are still weak in most real-world setups. MCP Aegis focuses on the missing control plane:

  • which MCP servers should be trusted
  • which versions are allowed
  • what a server can access at runtime
  • how teams can audit what happened later

Current Status

This repository is in the architecture phase.

Available now:

  • initial system architecture

Planned next:

  • threat model
  • policy spec
  • MVP service skeleton

Architecture

See docs/architecture.md for the current design, including:

  • high-level architecture
  • trust boundaries
  • install and runtime flows
  • deployment topology
  • OSS-friendly repository structure

MVP Direction

The first open-source release should focus on:

  1. MCP subregistry with security metadata
  2. scan pipeline and explainable risk scoring
  3. policy engine for allow, block, and pin decisions
  4. Docker-based sandbox for local stdio MCP servers
  5. CLI installer for approved MCP configurations

License

Apache-2.0

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/xiao-zi-chen/mcp-aegis
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "xiao-zi-chen-mcp-aegis": { "command": "git", "args": [ "clone", "https://github.com/xiao-zi-chen/mcp-aegis" ] } } }