Skip to main content
Developer ToolsTypeScript

skullzarmy/vibealive

πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 β€” 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.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/skullzarmy/vibealive

Claude Desktop configuration example:

{
  "mcpServers": {
    "vibealive": {
      "command": "npx",
      "args": [
        "-y",
        "skullzarmy/vibealive"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
skullzarmy