Skip to content

Configuration Overview

Learn how to configure Nella for your project.

Learn how to configure Nella for your project.

Nella is configured through its MCP tools and CLI commands. This page provides an overview of the configuration options.

Configuration Approach

Nella is configured through its MCP tools and CLI commands. No configuration files are required to get started.

  • No setup files — Start using Nella immediately with nella index
  • Context-aware — Nella indexes your codebase and tracks context automatically

MCP Tools

The local MCP server currently exposes 7 tools:

ToolDescription
nella_indexIndex codebase for search and context
nella_searchSearch indexed codebase
nella_get_contextGet session context
nella_add_assumptionRecord an assumption about the codebase
nella_check_assumptionsCheck assumption status and conflicts
nella_check_dependenciesCheck for dependency drift
nella_heartbeatVerify trust-chain continuity between tool calls

CLI Commands

CommandDescription
nella indexIndex codebase for search and context
nella mcpStart MCP server (stdio transport)
nella connectConfigure MCP clients to use Nella
nella authManage authentication (login/logout/status)
nella setupShortcut for nella connect --client claude-code --mode local
nella helpShow the global or per-command help output

Next Steps