Skip to main content
Glama
skullzarmy

vibealive MCP Server

by skullzarmy

johnny vibealive

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

# 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

Related MCP server: Codebase MCP Server

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

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

# Or install globally
npm install -g vibealive

Documentation

See the docs directory for complete documentation:

Contributing

We welcome contributions from the community! Please read our Contributing Guide 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 which outlines our community standards and expectations for respectful collaboration.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
4dRelease cycle
4Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that extracts and analyzes Python code structures, focusing on import/export relationships between files to help LLMs understand code context.
    Last updated
    7
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that analyzes application codebases with real-time file watching, providing AI assistants like Claude with deep insights into project structure, code patterns, and architecture.
    Last updated
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Exposes codebase analysis data, including module structures, dependencies, and AI-generated insights, to AI assistants via the Model Context Protocol. It enables users to query project architecture and search for specific code entities across analyzed projects.
    Last updated
    10
    67
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…

  • A Model Context Protocol server for Wix AI tools

  • Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/skullzarmy/vibealive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server