arcanon

Getting Started

Install the Arcanon Claude Code plugin and upload your first scan.

What is Arcanon?

Arcanon scans your codebase locally and uploads service dependency results to a shared hub. Your team gets a live service map, instant blast-radius analysis, and drift detection. The results are also exposed to your AI assistant through the bundled MCP server, so Claude can answer cross-repo impact questions without leaving your editor.

Local vs. Team

Arcanon has two surfaces. They share the same data model; you choose how far it travels.

Local pluginArcanon Hub (app.arcanon.dev)
Who it's forSolo dev on your machineYour team, across repos
Where the graph lives~/.arcanon/ on your machineCloud storage, scoped to your org
How you view itLocal graph viewer at http://localhost:37888Team dashboard in the browser
Cross-repo drift / impactNot in the local viewerYes, across everything the org has scanned
SharingExport PNG / JSONLive dashboard, invite teammates
Needs an account?NoYes (free)

/arcanon:map gets you running fully locally — no account, nothing leaves the machine. When you want to share, /arcanon:sync uploads to Hub and teammates see the same graph.

Quick Start

Install the Arcanon Claude Code plugin:

claude plugin marketplace add https://github.com/Arcanon-hub/arcanon
claude plugin install arcanon@arcanon --scope user

Then, from any repo root, run:

/arcanon:map

This builds a local service graph on your machine. Nothing leaves the box until you explicitly sync.

First-Run Flow

  1. Install the plugin (above). The next session displays Arcanon active. and the full command list.
  2. Log in to Arcanon Hub — get your API key from Settings → API Keys and run /arcanon:login arc_your_key_here.
  3. Scan — run /arcanon:map in any repo to build the local graph.
  4. Sync — run /arcanon:sync to push results to Hub (or enable auto-sync in arcanon.config.json).
  5. View — open the dashboard at app.arcanon.dev.

How It Works

  1. Scan locally — The plugin analyses your code on your machine via Claude Code agents. Nothing leaves until you push.
  2. Upload results/arcanon:sync pushes scan results to Arcanon Hub over HTTPS.
  3. See the graph — Open the dashboard. Your entire service graph is live.

Next Steps

On this page