MCP server that scans Next.js projects and returns a compact summary of routes, API endpoints, database schema, and security issues.
Server Config
{
"mcpServers": {
"nextscan": {
"command": "npx",
"args": [
"-y",
"@berkayderin/nextscan"
]
}
}
}