Submit

Mcpvanguard

@provnai

Open-source MCP security gateway that sits between AI agents and MCP servers to inspect tool calls before execution, enforce layered policy, constrain risky operations, and emit audit logs.
Overview

Open-source MCP security gateway that sits between AI agents and MCP servers to inspect tool calls before execution, enforce layered policy, constrain risky operations, and emit audit logs.

Server Config

{
  "mcpServers": {
    "mcp-vanguard": {
      "command": "vanguard",
      "args": [
        "start",
        "--profile",
        "balanced",
        "--server",
        "npx -y @modelcontextprotocol/server-filesystem ."
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Mcpvanguard MCP Server