LOGO_DESIGN_PROMPT.mdโข6.69 kB
# ๐จ Logo Design Prompt for MCP ADR Analysis Server
## Project Overview
**MCP ADR Analysis Server** is an AI-powered architectural analysis tool that helps development teams make better architectural decisions through intelligent analysis, automated documentation generation, and comprehensive project health monitoring.
## Logo Requirements
### **Core Concept**
Create a modern, professional logo that represents:
- **AI-Powered Intelligence** - Advanced artificial intelligence capabilities
- **Architectural Analysis** - Software architecture and decision-making
- **Model Context Protocol (MCP)** - Advanced AI communication protocol
- **Professional Development Tools** - Enterprise-grade software solutions
### **Visual Elements to Include**
#### **Primary Concepts (Choose 1-2)**
1. **Neural Network/AI Brain** - Interconnected nodes representing AI analysis
2. **Architectural Blueprint** - Technical drawings or structural elements
3. **Decision Tree/Flowchart** - Branching paths representing decision-making
4. **Circuit Board Pattern** - Modern tech aesthetic with connection traces
5. **Geometric Architecture** - Clean, structured shapes representing building blocks
#### **Secondary Elements (Optional)**
- **Data Flow Lines** - Connecting elements to show information processing
- **Analytical Charts/Graphs** - Small elements suggesting metrics and analysis
- **Shield/Security Icon** - Representing code security analysis features
- **Gear/Cog Elements** - Suggesting automation and process optimization
### **Typography & Text**
- **Primary Text**: "MCP ADR"
- **Secondary Text**: "Analysis Server" (smaller, can be part of extended logo)
- **Font Style**: Modern, clean, tech-forward (similar to: Roboto, Inter, or Poppins)
- **Hierarchy**: "MCP ADR" should be most prominent
### **Color Palette**
#### **Primary Colors**
- **Deep Blue**: `#1e40af` (trust, intelligence, stability)
- **Electric Blue**: `#3b82f6` (innovation, technology)
- **Cyan Accent**: `#06b6d4` (data, analysis, clarity)
#### **Secondary Colors**
- **Dark Gray**: `#374151` (professionalism, sophistication)
- **Light Gray**: `#f3f4f6` (backgrounds, subtle elements)
- **White**: `#ffffff` (clean, modern)
#### **Accent Colors (Use Sparingly)**
- **Success Green**: `#10b981` (for positive indicators)
- **Warning Orange**: `#f59e0b` (for alerts/attention)
### **Style Guidelines**
#### **Design Approach**
- **Minimalist** - Clean, uncluttered design
- **Geometric** - Precise shapes and lines
- **Scalable** - Works from 16x16px favicon to large headers
- **Versatile** - Looks good in color, grayscale, and inverted
#### **Technical Requirements**
- **Format**: SVG (vector-based for infinite scalability)
- **Dimensions**: Square aspect ratio (1:1) for flexibility
- **Background**: Transparent
- **Stroke Width**: Consistent, not too thin (minimum 2px at small sizes)
### **Logo Variations Needed**
#### **1. Full Logo (Horizontal)**
```
[ICON] MCP ADR Analysis Server
```
#### **2. Compact Logo (Stacked)**
```
[ICON]
MCP ADR
Analysis Server
```
#### **3. Icon Only**
```
[ICON]
```
#### **4. Text Only (Fallback)**
```
MCP ADR
Analysis Server
```
### **Usage Context**
The logo will be used in:
- **Website header** and navigation
- **Documentation** and technical materials
- **GitHub repository** and social media
- **Favicon** and app icons
- **Presentations** and marketing materials
### **Design Inspiration**
#### **Style References**
- **Microsoft Azure** - Clean, professional cloud service branding
- **GitHub** - Developer-focused, modern aesthetic
- **Vercel** - Minimalist, geometric approach
- **Stripe** - Simple, elegant, technical sophistication
#### **Avoid**
- **Overly complex** illustrations or detailed graphics
- **Cartoon/playful** aesthetics (this is professional tooling)
- **Gradients** that don't work well at small sizes
- **Too many colors** (stick to 2-3 main colors)
- **Thin lines** that disappear at small sizes
### **AI Art Generation Prompt**
```
Create a modern, minimalist logo for "MCP ADR Analysis Server", an AI-powered software architecture analysis tool. The logo should feature:
STYLE: Clean, geometric, professional, tech-forward
COLORS: Deep blue (#1e40af), electric blue (#3b82f6), cyan accent (#06b6d4)
ELEMENTS: Combine 2-3 of these concepts:
- Neural network nodes and connections (representing AI)
- Architectural blueprint lines or building blocks
- Circuit board traces or data flow patterns
- Decision tree or flowchart elements
LAYOUT: Square format, with "MCP ADR" as primary text in modern sans-serif font
REQUIREMENTS: Scalable from favicon to large header, works in color and monochrome
AESTHETIC: Similar to Microsoft Azure, GitHub, or Vercel branding - sophisticated and developer-focused
The logo should convey intelligence, reliability, and advanced technology for software development teams.
```
### **Alternative Detailed Prompts**
#### **Option A: Neural Network Focus**
```
Design a logo featuring an abstract neural network brain made of connected geometric nodes, with clean circuit-like connections. Use deep blue (#1e40af) and cyan (#06b6d4). Include "MCP ADR" text in modern sans-serif below. Square format, minimal style, professional tech aesthetic.
```
#### **Option B: Architectural Focus**
```
Create a logo combining architectural blueprint elements with modern data visualization. Use geometric building blocks or structural lines in blue tones (#1e40af, #3b82f6). Add "MCP ADR" text. Clean, minimal, professional developer tool aesthetic. Square format, scalable design.
```
#### **Option C: Circuit Board Focus**
```
Design a logo with stylized circuit board patterns forming an abstract "A" for Analysis. Use modern tech colors (blues and cyan). Include clean typography for "MCP ADR". Minimal, geometric, professional software tool branding. Square format, works at all sizes.
```
## File Naming Convention
When you create the logo files, use this naming:
- `mcp-adr-logo-full.svg` - Complete logo with text
- `mcp-adr-logo-icon.svg` - Icon only version
- `mcp-adr-logo-horizontal.svg` - Horizontal layout
- `mcp-adr-logo-stacked.svg` - Vertical/stacked layout
## Implementation
Once created, the main logo should be saved as:
`/mcp-adr-analysis-server/logo.svg`
And can be used in the VitePress configuration:
```javascript
export default defineConfig({
title: 'MCP ADR Analysis Server',
description: 'AI-powered architectural analysis',
logo: '/logo.svg',
// ...
})
```
---
**Good luck with your logo creation! This should give you everything needed to create a professional, scalable logo that perfectly represents the MCP ADR Analysis Server project. ๐จโจ**