Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

archiet audit in other clients