Skip to main content
Glama
ccc0168
by ccc0168

MCP Architect

A Model Context Protocol server that provides comprehensive architectural expertise through specialized agents, resources, and tools.

Features

  • Suite of specialized architect agents covering various architectural domains:

    • Software Architecture

    • Cloud Architecture

    • AI Architecture

    • Microservices Architecture

    • Event-Driven Architecture

    • Serverless Architecture

    • Service Mesh Architecture

    • Multi-Cloud and Hybrid Cloud

    • Edge Computing

    • Data Mesh

    • Hexagonal Architecture

    • Blockchain-Based Architecture

  • Rich resources including:

    • Design templates

    • Best practices

    • Pattern catalogs

    • Case studies

  • Tools for:

    • Generating architectural designs

    • Evaluating architectures

    • Modifying architectural blueprints

    • Performing architectural analysis

Related MCP server: Iconsult MCP

Getting Started

  1. Install dependencies:

npm install
  1. Setup

    # Copy environment file
    cp .env.example .env
    
    # Add your OpenAI API key
    echo "OPENAI_API_KEY=your-key-here" >> .env

Project Structure

src/
├── agents/          # Specialized architect agents
├── resources/       # Architecture resources and templates
├── tools/          # Architecture tools and utilities
├── prompts/        # Agent prompts and instructions
└── server.ts       # MCP server implementation

Documentation

Examples

Check out our examples directory for:

  • Basic architecture generation

  • Custom evaluation criteria

  • Integration patterns

  • Migration strategies

Contributing

We welcome contributions! Please see our Contributing Guide for details.

Security

Please report security vulnerabilities

License

This project is licensed under the ISC License - see the LICENSE.md file for details.

Acknowledgments

This project uses the Model Context Protocol SDK and OpenAI's GPT models. See NOTICE.md for details.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An architecture consulting server that reviews multi-agent systems against a knowledge graph of patterns derived from expert literature. It provides grounded recommendations with chapter citations, maturity scoring, and interactive architecture diagrams to identify and fix structural gaps.
    17
    5
    AGPL 3.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to read, modify, and build from architecture models, keeping the model as the source of truth for intent and synchronized with code.
    12 npm
    114
    BSD 3-Clause
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides architecture design expertise to AI coding agents, analyzing requirements, selecting architecture patterns, generating concrete designs, and evaluating quality attributes.
    MIT