Back to MCP Servers
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-toolsapiai
By skullzarmy
Installation
npx -y vibealiveConfiguration
{
"mcpServers": {
"vibealive": {
"command": "npx",
"args": ["-y", "vibealive"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes