MCP.so
登录

MCP Guardian

@eqtylab

关于 MCP Guardian

Manage / Proxy / Secure your MCP Servers

基本信息

分类

其他

许可证

Apache-2.0

运行时

rust

传输方式

stdio

发布者

eqtylab

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Guardian?

MCP Guardian manages your LLM assistant's access to MCP servers, giving you real-time control over your LLM's activity. It logs all MCP server activity, allows you to approve or deny individual tool call messages in real time, and provides automated safety and privacy scans (coming soon).

How to use MCP Guardian?

Install nix (Linux/macOS) or rustup, nodejs, and yarn (Windows), then clone the repo and run just build-release to produce the mcp-guardian and mcp-guardian-proxy binaries. Use the proxy to intercept and manage MCP server traffic from your LLM host application.

Key features of MCP Guardian

  • Message logging – view traces of all LLM MCP server activity
  • Real-time message approvals – approve or deny individual tool calls
  • Automated message scans – real-time safety and privacy checks (Coming Soon)
  • Manage multiple MCP server configurations easily
  • Quickly switch between server collections without manual config file editing

Use cases of MCP Guardian

  • Monitor and audit every tool call your LLM makes to MCP servers
  • Gatekeep sensitive actions by approving or denying tool call messages in real time
  • Swap between different sets of MCP servers (e.g., dev vs. production) without reconfiguring your MCP host

FAQ from MCP Guardian

How does MCP Guardian intercept LLM-to-MCP traffic?

It runs a mcp-guardian-proxy that sits between the LLM host and MCP servers, logging and optionally blocking messages based on approval rules.

What are the system requirements?

Linux or macOS (nix-based dev environment) or Windows (requires git with symlink support, rustup, nodejs, yarn, Visual Studio). Rust and Node.js are build dependencies.

Is the automated message scanning feature available now?

No, automated real-time scans for safety and privacy are listed as “Coming Soon” in the README.

How do I build MCP Guardian?

Run just build-release in the repo root after entering the nix dev shell (Linux/macOS) or after installing dependencies (Windows). The binaries mcp-guardian and mcp-guardian-proxy will appear in _build/bin/.

Does MCP Guardian require a cloud service or external API?

No. The README describes a self-hosted, locally built proxy with no mention of any cloud dependency.

评论

其他 分类下的更多 MCP 服务器