@kernlang/review-mcp
v3.1.3
Published
MCP server security scanner — static analysis for Model Context Protocol implementations
Maintainers
Readme
@kernlang/review-mcp
MCP server security scanner -- static analysis for Model Context Protocol implementations
Part of the KERN monorepo.
Install
npm install @kernlang/review-mcpUsage
import { reviewMCPSource, detectMCPServer } from '@kernlang/review-mcp';
if (detectMCPServer(source, 'server.ts')) {
const findings = reviewMCPSource(source, 'server.ts');
}License
AGPL-3.0
