mcp-governance-policy

zavora-ai/mcp-governance-policy
★ 1 stars Rust Security Updated today
Governance Policy MCP server for ADK-Rust Enterprise — policy evaluation, approvals, simulation, and audit evidence
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-governance-polic": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-governance-policy"
      ]
    }
  }
}