Archaic MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Archaic MCP ServerWhat's the architecture of my project?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Claude Code Starter Kit MCP
Installation
npm install -g @archaic-ai/mcpClaude 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 |
| Read the current architecture from the desktop app |
| Push architecture changes to the live diagram |
| Create a task for the desktop app |
| Check for pending tasks from the UI |
| Send status updates to the desktop app |
| 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:
Open your project in Archaic Desktop and run an analysis
Start Claude Code in your project — it connects to the MCP server automatically
As Claude modifies code, it reads the architecture, creates tasks, and pushes diagram updates
You see the architecture update live in the desktop app
Environment Variables
Variable | Required | Default | Description |
| No |
| 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides semantic code intelligence to help users search, navigate, and analyze entire codebases using plain English. It enables Claude to perform architectural overviews, bug detection, and refactor suggestions through local semantic search and keyword indexing.Last updatedMIT
- AlicenseCqualityCmaintenanceEnables AI-powered automated testing, security scanning, code review, and maintenance tasks directly within Claude Code or desktop.Last updated123MIT
- Flicense-qualityFmaintenanceIntegrates with Claude Code to execute AI-powered code analysis and workflow automation, supporting pre-defined scenarios like code review and security audit.Last updated5
- AlicenseAqualityCmaintenanceEnables semantic search over codebases using natural language queries, returning relevant code snippets with source locations. Integrates with Claude Code for automatic codebase exploration.Last updated11MIT
Related MCP Connectors
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/archaic-ai/archaic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server