This is the official Homebrew tap for Kubiks CLI, an AI-powered debugging tool for Next.js applications.
Kubiks CLI automatically instruments your Next.js applications with OpenTelemetry, captures comprehensive telemetry data (logs, traces, metrics), and integrates with Cursor IDE through MCP (Model Context Protocol) to provide AI-powered debugging with full application context.
brew install kubiks-inc/tap/kubiksbrew tap kubiks-inc/tap
brew install kubiksIn your Next.js project directory:
kubiksThis will:
- 🔧 Automatically instrument your Next.js app with zero configuration
- 📊 Capture HTTP requests, SQL queries, AI SDK calls, and logs
- 🤖 Expose telemetry data to Cursor through MCP for AI-powered debugging
- ⚡ Enable you to ask Cursor questions like "Why is my API failing?" with full context
- Zero-configuration setup for Next.js applications
- Real-time telemetry collection (logs, metrics, traces)
- Local SQLite storage with intelligent querying
- MCP integration for seamless AI editor support
- Cross-platform support (macOS, Linux, Windows)
For the best debugging experience, add this to your next.config.js:
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
// Forward browser logs to the terminal for easier debugging
browserDebugInfoInTerminal: true,
},
}
module.exports = nextConfig- 🐛 Report issues
- 💡 Request features
- 📧 Email: support@kubiks.ai
Made with ❤️ by developers, for developers. Happy debugging! 🐛✨