A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Full-featured utility to test Next.js projects for unused files and APIs + MCP server

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 vibealive
See the docs directory for complete documentation:
We welcome contributions from the community! Please read our Contributing Guide for details on:
Please also review our Code of Conduct which outlines our community standards and expectations for respectful collaboration.
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management