14 days ago
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 ."
]
}
}
}