← Back to Plugins
MCP Server MCP

io.github.marcoguillermaz/tierward

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tierward",
      "version": "2.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "tierward",
          "type": "named",
          "name": "--package"
        },
        {
          "value": "tierward-mcp",
          "type": "positional",
          "valueHint": "mcp-binary"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...