openclaw-mcp-tool-policy

vbouchet31/openclaw-mcp-tool-policy
★ 1 stars TypeScript 📦 Other Updated 1mo ago
Per-MCP-server allow/deny policy for OpenClaw tool calls.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-mcp-tool-po": {
      "command": "npx",
      "args": [
        "-y",
        "vbouchet31/openclaw-mcp-tool-policy"
      ]
    }
  }
}