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

How It Works

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

Install the CLI

Sign in to noodlbox.io and copy the install command from the dashboard.

The installer runs noodl init automatically, which:

  • Authenticates with noodlbox (opens browser)
  • Configures MCP for your agents (Claude Code, Cursor, Codex)

After installation, ask your agent:

"Analyze this codebase"
"What communities exist here?"
"How does the authentication flow work?"

The agent calls noodlbox_analyze automatically when needed.

Already installed? Run noodl init to set up authentication and agent configuration.

What You Can Do

Troubleshooting

ProblemSolution
Connection failedRun noodl status to check authentication
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