MCP Catalogs
Homeai-software-architect screenshot

ai-software-architect

by codenamev·65·Score 46

AI-powered architecture documentation framework with ADRs and MCP server integration for Claude and Cursor.

developer-toolsai-llm
9
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

Overview

AI Software Architect is a structured markdown-based framework for implementing rigorous software architecture practices. It provides tools for documenting architectural decisions (ADRs), conducting architecture reviews, tracking progress, and integrating with AI coding assistants. The project includes an MCP server that exposes tools for architecture management, ADR creation, specialist reviews, and status tracking across multiple AI assistants.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Document architectural decisions and maintain architecture records
you:Conduct structured architecture reviews with specialized reviewers
you:Automate architecture documentation and analysis with AI assistants
you:What is an ADR?
you:Which AI assistants support this MCP server?

When to choose this

Choose this if you're using Claude Code or Cursor and want programmatic architecture documentation with AI integration.

When NOT to choose this

Avoid if you need offline functionality or full recalibration features, as these are only available in the traditional setup.

Tools this server exposes

9 tools extracted from the README
  • setup_architect

    Sets up the AI Software Architect framework in a project

  • create_adr

    Creates Architectural Decision Records

  • architecture_review

    Conducts comprehensive multi-perspective architecture reviews

  • specialist_review

    Gets focused reviews from specific architecture experts

  • list_members

    Shows the architecture review team members

  • architecture_status

    Displays current documentation state of the architecture

  • enable_pragmatic_mode

    Enables pragmatic YAGNI mode for architecture implementation

  • implement_as_architects

    Implements features following the architectural methodology

  • architecture_recalibration

    Starts the recalibration process to translate reviews into implementation plans

Note: Tools are explicitly documented in the 'Standard Commands' and 'Available Skills' sections with clear names and descriptions.

Comparable tools

swe-agentcode-review-mcparchitect-ai

Installation

npm install -g ai-software-architect

Configure in Claude Desktop's config.json:

{
  "mcpServers": {
    "ai-software-architect": {
      "command": "mcp",
      "args": []
    }
  }
}

FAQ

What is an ADR?
ADR stands for Architecture Decision Record. It's a document that captures important architectural decisions along with their context, consequences, and rationale.
Which AI assistants support this MCP server?
The MCP server primarily supports Claude and Cursor. Traditional setup works with GitHub Copilot and other assistants.

On Hacker News

Recent discussion from the developer community.

Compare ai-software-architect with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.