MCP Server
Active
MIT
io.github.Anioko/archiet-xray MCP Server
io.github.Anioko/archiet-xray
What is the io.github.Anioko/archiet-xray MCP server?
Deterministic repo architecture maps: auth coverage, blast radius, readiness score, diagrams
How to install io.github.Anioko/archiet-xray
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"archiet-xray": {
"command": "uvx",
"args": [
"archiet-xray",
"mcp",
"repo_path"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"archiet-xray": {
"command": "uvx",
"args": [
"archiet-xray",
"mcp",
"repo_path"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"archiet-xray": {
"command": "uvx",
"args": [
"archiet-xray",
"mcp",
"repo_path"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"archiet-xray": {
"type": "stdio",
"command": "uvx",
"args": [
"archiet-xray",
"mcp",
"repo_path"
]
}
}
}Claude Code
claude mcp add archiet-xray -- uvx archiet-xray mcp repo_pathRelated MCP servers
Submit architecture docs, get a consulting-grade traceability audit at a shareable URL
0
View repository →Python
MIT