noodlbox

Getting Started

Get up and running with noodlbox

This guide will help you get noodlbox set up and start exploring your codebase.

Prerequisites

  • Supported platforms:
    • macOS (Apple Silicon)
    • Linux (x64)
    • Linux (ARM64)
  • An MCP-compatible client (e.g., Claude Code, Cursor, Codex, OpenCode)

Quick Start

The fastest path — no account or sign-in required:

curl -fsSL https://install.noodlbox.io | bash   # install the CLI (auto-runs noodl init)
noodl init                                       # configure your agents (Claude Code, Cursor, Codex)
noodl analyze                                    # build the knowledge graph
noodl ui                                         # open the local dashboard

How It Works

Your agent has MCP tools to analyze, delete, search, and query repositories. You just need to install once.

Install the CLI

curl -fsSL https://install.noodlbox.io | bash

The installer runs noodl init automatically, configuring MCP for your agents (Claude Code, Cursor, Codex). No account or sign-in required.

After installation, ask your agent:

"Analyze this codebase"
"Find the authentication code"
"What calls the authentication entry point?"

The agent calls noodlbox_analyze automatically when needed.

Already installed? Run noodl init to configure your agents.

What You Can Do

Troubleshooting

ProblemSolution
Connection failedRun noodl status to check connection status
No repositoriesAgent-first: Ask agent to analyze. Manual: Run noodl analyze /path/to/repo
Config not appliedRestart your agent, or run noodl reset to start fresh
Auth expiredRun noodl auth to re-authenticate

Next Steps

On this page