Archaic Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Archaic Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
Archaic is an AI-powered architecture analysis tool that understands your codebase and generates:
Download the desktop app (macOS) at tryarchaic.com.
npm install -g @archaic-ai/mcpAdd 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.
| 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 |
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:
| Variable | Required | Default | Description |
|---|---|---|---|
ARCHAIC_DESKTOP_URL | No | http://127.0.0.1:7432 | Desktop app endpoint |
Once configured, you can ask Claude Code things like:
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.