agentgate

wookat/agentgate
★ 0 stars TypeScript Security Updated today
AgentGate — scan, lock, and gate your MCP servers. npm-audit + lockfile + CI drift gate for the MCP era.
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": {
    "agentgate": {
      "command": "npx",
      "args": [
        "-y",
        "wookat/agentgate"
      ]
    }
  }
}

README Excerpt

<div align="center"> **Scan, lock, and gate your MCP servers — `npm audit` + lockfile + CI drift gate for the MCP era.** English | [简体中文](README.zh-CN.md) </div> <details><summary>Quick start details (from source, until npm release)</summary> Requires Node.js >= 22 and [pnpm](https://pnpm.io). ```bash