archiet audit for Cursor
io.github.anioko/archiet-audit
Submit architecture docs, get a consulting-grade traceability audit at a shareable URL
client:Cursor
transport:stdio
runtime:pypi
Install archiet audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"archiet-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"archiet-audit-mcp"
],
"env": {
"ARCHIET_BASE_URL": "<ARCHIET_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs