Arc42-Node-MCP-Server

h2nguyen/Arc42-Node-MCP-Server
★ 3 stars TypeScript AI/LLM Updated today
A Model Context Protocol (MCP) server for AI-assisted software architecture documentation using the proven arc42 template. Provides tools to initialize, generate, update, and track documentation across all twelve arc42 sections. Works seamlessly with Claude Desktop, Cursor, Cline, and other MCP-compatible AI assistants.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arc42-node-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "h2nguyen/Arc42-Node-MCP-Server"
      ]
    }
  }
}