Archiet Xray
About
X-ray your software architecture from any AI assistant: manage ArchiMate blueprints, score them against SOC 2, ISO 27001, GDPR, HIPAA and PCI-DSS, and pull generated code artifacts — all over MCP.
Details
- Author
- Anioko
- Downloads
- 369
- Categories
- Other, Security, Developer Tools
Jump to
- List, get, create, and update architecture blueprints.
- Add, list, and remove ArchiMate 3.2 elements by layer.
- Run compliance checks against SOC 2, ISO 27001, GDPR, HIPAA, and PCI-DSS.
- List and retrieve generated code artifacts with status and quality reports.
- Works with any MCP‑compatible AI assistant (Claude Desktop, Cursor, Windsurf, Continue.dev).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Archiet XrayCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server in an MCP host (e.g., Claude Desktop) by adding an entry to claude_desktop_config.json with the python command, the path to mcp_server.py, and the environment variables ARCHIET_API_URL and ARCHIET_API_KEY. Once connected, the assistant can call the exposed tools directly.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"archiet xray": {
"archiet-xray": {
"command": "python",
"args": [
"/path/to/mcp_server.py",
"/path/to/your/repo"
]
}
}
}
}
McpServers
{
"archiet-xray": {
"command": "python",
"args": [
"/path/to/mcp_server.py",
"/path/to/your/repo"
]
}
}
Archiet Xray — MCP server
X-ray your software architecture from any MCP-compatible AI assistant — Claude Desktop, Cursor, Windsurf, Continue.dev. Archiet Xray exposes Archiet's architecture-modelling and governance engine as MCP tools, so your assistant can build ArchiMate blueprints, run regulatory compliance checks, and retrieve generated code artifacts without a custom integration. All data is scoped to the workspace tied to your API key.Tools
Blueprints
-list_blueprints — list all architecture blueprints
- get_blueprint — get a blueprint with its sections + elements
- create_blueprint — create a new blueprint
- update_blueprint — update title / description / status
ArchiMate elements
-list_elements — list elements in a blueprint (filterable by layer)
- add_element — add an ArchiMate 3.2 element
- remove_element — remove an element
Compliance
-run_compliance_check — score a blueprint against SOC 2, ISO 27001, GDPR, HIPAA, or PCI-DSS
Code artifacts
-list_code_artifacts — list generated code artifacts
- get_code_artifact — get an artifact's status + quality report
Setup
Claude Desktop
Add toclaude_desktop_config.json:
```json
{
"mcpServers": {
"archiet-xray": {
"command": "python",
"args": ["/path/to/archiet-xray/mcp_server.py"],
"env": {
"ARCHIET_API_URL": "https://app.archiet.com",
"ARCHIET_API_KEY": "ak_your_key_here"
}
}
}
}Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





