archify-mcp
Provides architecture recommendations using the JAMstack pattern.
Generates Mermaid diagrams for architecture visualization.
Provides architecture recommendations using the Serverless pattern.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@archify-mcpRecommend a tech stack for a SaaS project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Phân tích chuyên sâu ý tưởng dự án |
| Đề xuất tech stack phù hợp (40+ technologies) |
| Đề xuất tính năng theo MoSCoW priority |
| So sánh công nghệ side-by-side |
| Thiết kế kiến trúc với Mermaid diagrams |
| Ước lượng timeline, team, và chi phí |
| 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
ecommerce • saas • social_network • marketplace • content_platform • fintech • healthtech • edtech • iot • ai_ml • gaming • enterprise • mobile_app • api_service • devtool
🛠️ 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
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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