Preflight
Freeby MCP Community
Local static scanner for MCP setup, prompts, tool descriptions, and repo manifests.
v0.1.15Added Apr 12, 2026
mcpmodel-context-protocolsecuritycliai-security
Preflight MCP Server
Local static scanner for MCP setup, prompts, tool descriptions, and repo manifests.
Installation
npx -y mcp-preflight
Reviews
Installation
Quick install
npx -y mcp-preflight
Add to claude_desktop_config.json
{
"mcpServers": {
"preflight": {
"command": "npx",
"args": ["-y", "mcp-preflight"]
}
}
}