Skip to content
VS Code

tierward for VS Code

io.github.marcoguillermaz/tierward

Read a Tierward project's governance state (doctor, team-settings, arch-audit, skills) over MCP.

client:VS Code transport:stdio runtime:npm

Install tierward in VS Code

.vscode/mcp.json

{
  "servers": {
    "tierward": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tierward"
      ]
    }
  }
}

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

tierward in other clients