# skullzarmy/vibealive [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/skullzarmy/vibealive  
**GitHub Stars:** 8  
**npm Downloads (last month):** 53  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/skullzarmy-vibealive

## Description
Full-featured utility to test Next.js projects for unused files and APIs, with an MCP server that exposes project analysis tools to AI assistants.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "vibealive": {
    "command": "npx",
    "args": ["-y","vibealive"]
  }
}
```

## Documentation & README

# ![johnny vibealive](https://raw.githubusercontent.com/skullzarmy/vibealive/HEAD/media/johnny-vibealive-sm.png)

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.

## Quick Start

```bash
# 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
```

## Features

- **Smart Analysis**: Detects Next.js versions and routing patterns (App Router, Pages Router, hybrid)
- **Dependency Tracking**: Builds complete dependency graph to find orphaned files
- **API Analysis**: Identifies unused API endpoints
- **Multiple Formats**: Generates JSON, Markdown, and other report formats
- **MCP Integration**: Built-in Model Context Protocol server for IDE/LLM integration
- **Build Integration**: Webpack plugin and CI/CD pipeline support
- **Focused Scans**: Specialized analysis for themes, SEO, performance, and comprehensive WCAG 2.2 accessibility compliance
- **Internationalization**: Multi-language support with community translations

## Installation

```bash
# Run directly with npx (recommended)
npx vibealive analyze <project-path>

# Or install globally
npm install -g vibealive
```

## Documentation

See the [docs](https://github.com/skullzarmy/vibealive/blob/HEAD/docs/) directory for complete documentation:

- [Overview](https://github.com/skullzarmy/vibealive/blob/HEAD/docs/overview.md) - Features and capabilities
- [CLI Usage](https://github.com/skullzarmy/vibealive/blob/HEAD/docs/cli.md) - Command-line interface
- [MCP Server](https://github.com/skullzarmy/vibealive/blob/HEAD/docs/mcp.md) - Integration with IDEs and tools
- [Build Integration](https://github.com/skullzarmy/vibealive/blob/HEAD/docs/build-integration.md) - Automated analysis in CI/CD pipelines
- [Internationalization](https://github.com/skullzarmy/vibealive/blob/HEAD/docs/i18n.md) - Multi-language support and translation guide

## Contributing

We welcome contributions from the community! Please read our [Contributing Guide](https://github.com/skullzarmy/vibealive/blob/HEAD/CONTRIBUTING.md) for details on:

- Development setup and workflow
- Code style and testing requirements
- Pull request process and review guidelines
- Types of contributions we're looking for

Please also review our [Code of Conduct](https://github.com/skullzarmy/vibealive/blob/HEAD/CODE_OF_CONDUCT.md) which outlines our community standards and expectations for respectful collaboration.

## License

MIT

