This MCP server analyzes a local code repository deterministically to extract its architecture, routes, domain model, dependencies, and security findings, then writes human-readable and machine-readable reports into the repo. It also exposes MCP tools so an AI agent can query blast radius, architecture summary, boundary findings, production readiness, and generate Mermaid diagrams.
From the registry: Deterministic repo architecture maps: auth coverage, blast radius, readiness score, diagrams
$ pip install archiet-xrayPlease install the `archiet-xray` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Archiet X-Ray** — Install the MCP server from PyPI so the `archiet-xray` command is available. Run: `pip install archiet-xray`
- **Provide a repository path to analyze** — The server requires the local path of the repository to scan as a command argument.
Canonical MCP server config (stdio transport):
- command: `archiet-xray`
- args: ["mcp","<path-to-repo>"]
Note: The README also shows an alternative portable install hint via `uvx archiet-xray mcp`, but the explicit canonical command example uses the installed CLI: `archiet-xray mcp /path/to/repo`. A local checkout option (`python /path/to/mcp_server.py /path/to/repo`) is documented but is less portable and not preferred.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.