Archiet MCP Server

Deterministic repo architecture maps: auth coverage, blast radius, readiness score, diagrams

Remote serverstreamable-httpPython

What is the Archiet MCP server?

Archiet MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Deterministic repo architecture maps: auth coverage, blast radius, readiness score, diagrams.

What you get

X-Ray extracts the actual architecture of any repo — deterministically, no LLM, code never leaves your machine — and gives it to both you (an interactive map) and your AI agent (an MCP server + context pack).

What the assistant can call

Once Archiet is connected, these are the calls the assistant has available:

  • Findings — hardcoded secrets, raw SQL bypassing the ORM, auth tokens in
  • Graph — module dependency edges, fan-in/fan-out, blast-radius hotspots
  • Third — party sharing: none.** X-Ray makes zero network calls (stdlib-only,
  • Contact — ** aniekan.okono@archiet.dev — or open an issue on this repo
  • File — What it is
  • ARCHITECTURE.md — Human-readable map: module dependency graph (Mermaid), domain model, every route with auth status, dependency hotspots, risk findings
  • AGENT_CONTEXT.md — Drop into your CLAUDE.md / rules file — makes Claude Code, Cursor, and Windsurf respect your architecture today
  • architecture.json — The machine-readable model (the "repo genome")

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Archiet's toolset — Findings, Graph, Third and 5 more — is a fair guide to whether it matches your workflow. It is maintained by Anioko; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the archiet mcp server does with a few real requests.

Available tools

ToolWhat it does
Findingshardcoded secrets, raw SQL bypassing the ORM, auth tokens in
Graphmodule dependency edges, fan-in/fan-out, blast-radius hotspots
Thirdparty sharing: none.** X-Ray makes zero network calls (stdlib-only,
Contact** aniekan.okono@archiet.dev — or open an issue on this repo.
FileWhat it is
ARCHITECTURE.mdHuman-readable map: module dependency graph (Mermaid), domain model, every route with auth status, dependency hotspots, risk findings, production-readiness scorecard
AGENT_CONTEXT.mdDrop into your CLAUDE.md / rules file — makes Claude Code, Cursor, and Windsurf respect your architecture *today*
architecture.jsonThe machine-readable model (the "repo genome")

How to install the Archiet MCP server

{
  "mcpServers": {
    "archiet-xray": {
      "command": "uvx",
      "args": ["archiet-xray"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Archiet to Findings.
  • Use Archiet to Graph.
  • Use Archiet to Third.

Frequently asked questions

It connects Archiet to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Findings, Graph, Third, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Archiet directly.