Governed AI coding on Claude Code: tiered pipelines, audit skills, MCP server. Claude generates, your team decides.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tierward": {
"command": "npx",
"args": [
"-y",
"marcoguillermaz/Tierward"
]
}
}
}
Run in terminal:
claude mcp add tierward npx -y marcoguillermaz/Tierward
Add to .cursor/mcp.json:
{
"mcpServers": {
"tierward": {
"command": "npx",
"args": [
"-y",
"marcoguillermaz/Tierward"
]
}
}
}