Run prodlint inside your AI code editor. Get real-time production readiness feedback on security, reliability, performance, and AI quality — without leaving your workflow.
The prodlint MCP server connects to any editor that supports the Model Context Protocol. It exposes a scan tool that runs the same 52-check production readiness engine as the CLI — directly from your AI assistant.
One command — prodlint is available in your next conversation.
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"prodlint": {
"command": "npx",
"args": ["-y", "prodlint-mcp"]
}
}
}Add to your Windsurf MCP configuration:
{
"mcpServers": {
"prodlint": {
"command": "npx",
"args": ["-y", "prodlint-mcp"]
}
}
}“Run prodlint on this project”
“Check this file for security issues”
“Scan my API routes and fix any critical findings”
“What's my prodlint score?”
npx prodlint-mcpscan tool