Most MCP servers leak. mcp-audit finds the holes for free. MCP Forge Kit is the secure-by-default starter that fixes them — auth, SSRF-safe fetch, rate limiting, tests, CI.
A 2026 analysis of ~7,000 public MCP servers found most are dangerously misconfigured.
And every server you add quietly loads its tool schemas into every request — five servers commonly burn 50–75k tokens of context before you type a word.
mcp-audit scans your MCP config and tells you exactly what's wrong. 100% local, zero dependencies, open source (MIT).
pipx install git+https://github.com/alih552/mcp-audit mcp-audit # auto-detects Claude Desktop, Cursor, VS Code, Windsurf # → 7 servers · ~13,160 context tokens · score 0/100 (F) # ✖ HIGH Remote server with no authentication (internal-api) # ✖ HIGH Plaintext secret in config (github) # ▲ MED Over-broad filesystem root '/Users' (filesystem)
A production-grade, secure-by-default MCP server starter (TypeScript). Score an A from your first commit.
Secure checkout by Polar. 14-day refund if it doesn't fit.
Yes — MIT licensed, open source, runs entirely on your machine. It never connects to your servers or sends your config anywhere.
TypeScript, on the official @modelcontextprotocol/sdk, runs on Node 18+. Deploy with Docker or any Node host. A serverless/Cloudflare-Workers path is documented.
The full kit source: a secure reference MCP server, the security modules (auth, rate-limit, SSRF guard, validation), 21 tests, CI, a Dockerfile + deploy guide, a SECURITY.md checklist and a setup guide. One-time payment, lifetime updates.
14-day no-questions refund via Polar if it isn't a fit.