skullzarmy/vibealive
Full-featured utility to test Next.js projects for unused files and APIs + MCP server
Platform-specific configuration:
{
"mcpServers": {
"vibealive": {
"command": "npx",
"args": [
"-y",
"vibealive"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A framework-aware code analysis tool for Next.js projects. Identify unused files, dead code, and redundant API endpoints to keep your codebase clean and maintainable.
# Analyze your Next.js project
npx vibealive analyze .
# Use in different languages
npx vibealive analyze . --locale es # Spanish
npx vibealive analyze . --locale fr # French
npx vibealive analyze . --locale de # German
npx vibealive analyze . --locale pt # Portuguese
# Start MCP server for IDE integration
npx vibealive serve --stdio# Run directly with npx (recommended)
npx vibealive analyze <project-path>
# Or install globally
npm install -g vibealiveSee the docs directory for complete documentation:
We welcome contributions from the community! Please read our Contributing Guide for details o
Loading reviews...