MCP Hub
Back to servers

Archai Hexagonal Architecture Analyzer

MCP (Model Context Protocol) Server. Enforces hexagonal architecture principles in Java applications through static code analysis that validates architectural rules including dependency limitations, domain isolation, naming conventions, and proper email handling.

Stars
1
Validated
Jan 11, 2026

archai

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.

MCP Server Configuration

{
  "mcpServers": {
    "archai": {
      "command": "bun",
      "args": [
        "run",
        "~/workspace/mcp/archai/mcp.ts"
      ]
    }
  }
}

Reviews

No reviews yet

Sign in to write a review