Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Archlore — Codebase Architecture & AI ContextNew to Visual Studio Code? Get it now.
Archlore — Codebase Architecture & AI Context

Archlore — Codebase Architecture & AI Context

Archlore

|
2 installs
| (0) | Free
Scan your codebase into an interactive architecture diagram (endpoints, call graph, databases). Shared AI context layer over MCP so Claude, Cursor & co. work from the same living map of your project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Archlore for VS Code

Architecture diagrams of your codebase, in your editor, plus a shared context layer your AI assistants read over MCP. Talks to your Archlore server (https://app.archlore.dev by default; point at your own via the archlore.serverUrl setting).

What it does

  • Scan the workspace with the built-in TypeScript/JavaScript scanner. Endpoints, call graph, database tables and external calls land in .archlore/state.yaml and are published to your Archlore project.
  • Diagram the result inside VS Code: nested schematic, graph with swim-lanes, database ERD. Click a node to jump to its source.
  • Enrich with AI to fill in missing function descriptions. Runs on the server against your AI balance and resumes if the connection drops.
  • Connect any AI (Claude Code, Cursor, any MCP client) to the same living map, and write the rules file that teaches it to use it.

Add .archlore/ to your .gitignore: the scan holds your function bodies.

Commands

Command What it does
Archlore: Sign In Browser-based device-code login. Token stored in the OS keychain.
Archlore: Sign Out Forgets the cached token.
Archlore: Scan Workspace Scans, writes .archlore/state.yaml, publishes. Offers "Enrich with AI" as a follow-up.
Archlore: Full Re-scan (wipes saved context) Same, but wipes the context saved on the server first.
Archlore: Enrich with AI Describes the functions that have no description yet.
Archlore: Open Diagram Opens the diagram panel for the current workspace.
Archlore: Open in Browser Jumps to the Archlore dashboard.
Archlore: Show AI Balance Shows your AI-credit state.
Archlore: Teach AIs this repo (write CLAUDE.md / AGENTS.md / Cursor rules) Writes the rules files that point every AI at your project map.

The status bar item shows your sign-in state and AI balance. Click it for details.

Settings

  • archlore.serverUrl (default https://app.archlore.dev) — Archlore server to talk to. Override only for self-hosted installs.
  • archlore.scanRoot (default src) — workspace subfolder to scan.

Install

From the Marketplace: search for Archlore, or run

code --install-extension archlore.archlore-vscode

From a .vsix built locally (npm run package in this folder):

code --install-extension archlore-latest.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft