Skip to content
VS Code

archsteer for VS Code

io.github.einvoice-dev1/archsteer

Architecture governance for AI agents: query the live model, get target patterns, check files.

client:VS Code transport:stdio runtime:pypi

Install archsteer in VS Code

.vscode/mcp.json

{
  "servers": {
    "archsteer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "archsteer"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

archsteer in other clients