Skip to main content
Glama

Archify MCP Server 🏗️

MCP Server chuyên phân tích dự án và đề xuất công nghệ phù hợp

🎯 Features

Tool

Description

analyze_project

Phân tích chuyên sâu ý tưởng dự án

recommend_stack

Đề xuất tech stack phù hợp (40+ technologies)

suggest_features

Đề xuất tính năng theo MoSCoW priority

compare_tech

So sánh công nghệ side-by-side

design_architecture

Thiết kế kiến trúc với Mermaid diagrams

estimate_project

Ước lượng timeline, team, và chi phí

generate_roadmap

Tạo roadmap với Gantt chart

Related MCP server: mcp-codebase-oracle

🚀 Quick Start

# Install dependencies
npm install

# Build
npm run build

# Run
npm start

⚙️ Configuration

Add to your MCP client config (e.g., Claude Desktop):

{
  "mcpServers": {
    "archify": {
      "command": "node",
      "args": ["/Users/tai/Desktop/Archify/dist/index.js"]
    }
  }
}

Or for development:

{
  "mcpServers": {
    "archify": {
      "command": "npx",
      "args": ["tsx", "/Users/tai/Desktop/Archify/src/index.ts"]
    }
  }
}

📊 Supported Project Types

ecommercesaassocial_networkmarketplacecontent_platformfintechhealthtechedtechiotai_mlgamingenterprisemobile_appapi_servicedevtool

🛠️ Technology Knowledge Base

40+ technologies scored across 8 criteria:

  • Performance, Scalability, Developer Experience

  • Ecosystem, Security, Cost Efficiency

  • Documentation, Community Support

📐 Architecture Patterns

8 patterns: Monolith, Modular Monolith, Microservices, Serverless, Event-Driven, JAMstack, Clean Architecture, BFF

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tai-DT/archify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server