Skip to content

architect-mcpAgent work gate for coding agents

Clarify before edits, constrain the plan, review implementation drift, and require verification evidence before completion.

Product Story

architect-mcp is a TypeScript MCP server that keeps coding agents inside a deliberate work loop:

  1. Pressure-test the request with grill_me.
  2. Capture a pre-edit contract before risky changes.
  3. Review the build plan and proposed file plan before writing files.
  4. Review implementation drift and repo structure after the change.
  5. Require honest final-response evidence.

The first-run product surface is intentionally small. The advanced surface is for teams that want the full standards, pack-authoring, governance, repo-quality, and eval layers.

architect-mcp-tui adds a local terminal client for the same loop without rewriting the TypeScript MCP server.

Distribution

The command remains architect-mcp. The published package identity is scoped as @tonycdr-prog/architect-mcp.

bash
npm install -g @tonycdr-prog/architect-mcp
architect-mcp

Key References

Released under the MIT License.