tierward for Cursor
io.github.marcoguillermaz/tierward
Read a Tierward project's governance state (doctor, team-settings, arch-audit, skills) over MCP.
client:Cursor
transport:stdio
runtime:npm
Install tierward in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tierward": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tierward"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs