Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Integrates Archaic's AI-powered architecture analysis with Claude Code, enabling interactive exploration of component connections, data flows, and system structure through natural language.

README.md

Archaic MCP Server

MCP server that brings Archaic architecture analysis and visualization into Claude Code.

Archaic analyzes your codebase and generates interactive architecture diagrams — showing how components connect, how data flows, and how your system is structured. This MCP server lets Claude Code read and interact with that architecture data directly in your terminal.

What is Archaic?

Archaic is an AI-powered architecture analysis tool that understands your codebase and generates:

  • Architecture diagrams — components, services, databases, and how they connect
  • Execution flows — request traces showing how data moves through your system
  • Code maps — function-level dependency graphs

Download the desktop app (macOS) at tryarchaic.com.

Installation

npm install -g @archaic-ai/mcp

Claude Code setup

Add to your Claude Code config (~/.claude.json):

{
  "mcpServers": {
    "archaic": {
      "command": "archaic-mcp"
    }
  }
}

Or for project-scoped config, add to .mcp.json in your project root.

You can also configure this directly from the Archaic desktop app under Settings > Claude Code Integration.

Tools

| Tool | Description | |------|-------------| | get_desktop_architecture | Read the current architecture from the desktop app | | update_architecture | Push architecture changes to the live diagram | | create_task | Create a task for the desktop app | | get_pending_task | Check for pending tasks from the UI | | report_progress | Send status updates to the desktop app | | complete_task | Mark a task as done |

How It Works

The MCP server connects to the Archaic desktop app running locally. When Claude Code makes structural changes to your codebase, it can push updates to the architecture diagram in real-time.

The typical workflow:

  1. Open your project in Archaic Desktop and run an analysis
  2. Start Claude Code in your project — it connects to the MCP server automatically
  3. As Claude modifies code, it reads the architecture, creates tasks, and pushes diagram updates
  4. You see the architecture update live in the desktop app

Environment Variables

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | ARCHAIC_DESKTOP_URL | No | http://127.0.0.1:7432 | Desktop app endpoint |

Example Usage

Once configured, you can ask Claude Code things like:

  • "Show me the architecture of my project"
  • "How does the authentication flow work?"
  • "What components depend on the database service?"
  • "Refactor the auth module and update the architecture"

Links

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.