mcp-agentgate-core
v0.67.11
Published
AgentGate core engine: MCP scanning rule engine, lockfile spec, client config discovery
Maintainers
Readme
mcp-agentgate-core
Engine behind mcp-agentgate: MCP client config discovery, the scan rule engine, tool-surface lockfile + drift detection, dependency (slopsquatting/malware) checks, and the MCPA advisory database (bundled + live API refresh).
Most users want the CLI:
npx -y mcp-agentgate scanUse this package directly to embed scanning in your own tooling:
import { scanServers, matchMcpaAdvisories, fetchLiveMcpaAdvisories } from 'mcp-agentgate-core';Requires Node.js >= 22. Documentation: https://agentgate.zalize.com · Source: https://github.com/wookat/agentgate
