Servers
M
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-vanguard": {
"command": "vanguard",
"args": [
"start",
"--profile",
"balanced",
"--server",
"npx -y @modelcontextprotocol/server-filesystem ."
]
}
}
}