mcp-tool-guard

SohamPardeshi3/mcp-tool-guard
★ 1 stars JavaScript Other Updated today
Per-tool cost-aware rate limiting and call deduplication for MCP servers - drop into your own server, no gateway required.
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-tool-guard": {
      "command": "npx",
      "args": [
        "-y",
        "SohamPardeshi3/mcp-tool-guard"
      ]
    }
  }
}