archiet audit for VS Code
io.github.anioko/archiet-audit
Submit architecture docs, get a consulting-grade traceability audit at a shareable URL
client:VS Code
transport:stdio
runtime:pypi
Install archiet audit in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "archiet-base-url",
"description": "ARCHIET_BASE_URL",
"password": true
}
],
"servers": {
"archiet-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"archiet-audit-mcp"
],
"env": {
"ARCHIET_BASE_URL": "${input:archiet-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs