# π Introducing Code-MCP - The AI Coding Brain
## Discord Announcement Post
---
**Copy/paste for Discord:**
---
# π§ Code-MCP - Supercharge Your AI Coding Assistant!
I just released **Code-MCP** - a Model Context Protocol server that gives AI assistants like Claude, Cursor, and Copilot **52 powerful tools** for coding!
## β‘ What You Get
π§ **52 Functional Tools**
- Code generators (React, Express, Prisma, TypeScript)
- Visualization & Agentic Thinking (Mermaid diagrams, decision matrices)
- Git helper (12 scenarios: squash, rebase, cherry-pick)
- SQL generator (queries, migrations, CTEs)
- API client generator (fetch/axios)
- Docker & package.json generators
- And much more!
π¬ **22 Smart Prompts**
- `act_as_architect` - System design thinking
- `act_as_debugger` - Systematic debugging
- `act_as_reviewer` - Code review mode
- `act_as_sre` - DevOps perspective
- Plus 18 more personas!
π **320+ Resources**
- Languages, frameworks, databases, cloud providers, APIs
## π οΈ How to Use (Local Installation)
```bash
# Clone it
git clone https://github.com/millsydotdev/Code-MCP.git
cd Code-MCP
npm install
npm run build
```
**Add to Claude Desktop** (Windows):
Edit `%APPDATA%\Claude\claude_desktop_config.json`:
```json
{
"mcpServers": {
"code-mcp": {
"command": "node",
"args": ["C:/path/to/Code-MCP/dist/index.js"]
}
}
}
```
**Add to Cursor**:
Add to your MCP settings with the same format.
Then restart and you're good! π
## π― Example Usage
Just ask Claude:
- "Use `generate_snippet` to create a React component"
- "Use `git_helper` to show me how to squash commits"
- "Use `visualize_system` to diagram our architecture"
- "Use `decision_matrix` to choose between Next.js and Remix"
## π¦ What's Inside
| Category | Count |
|----------|-------|
| Tools | 52 |
| Prompts | 22 |
| Templates | 22+ |
| Resources | 320+ |
## π Links
**GitHub**: https://github.com/millsydotdev/Code-MCP
**100% Free & Open Source (MIT License)**
---
Let me know what tools you'd like to see added! πͺ
---
## Alternative Short Version
---
# π§ Code-MCP Released!
An MCP server with **52 tools** for AI coding assistants:
β
Code generators (React, Express, TypeScript)
β
Visualization & Agentic tools (Diagrams, Reasoning)
β
Git helper (squash, rebase, cherry-pick)
β
SQL generator (migrations, queries)
β
API client generator
β
22 smart prompts (architect, debugger, reviewer)
**How to use:**
```bash
git clone https://github.com/millsydotdev/Code-MCP.git
cd Code-MCP && npm install && npm run build
```
Add to Claude Desktop config and restart!
**GitHub**: https://github.com/millsydotdev/Code-MCP
Free & open source! β
---
## Twitter/X Version
---
π§ Just released Code-MCP!
An MCP server with 52 tools for AI coding:
β’ Code generators (React, Express, TS)
β’ Visualization & Agentic tools
β’ Git helper (12 scenarios)
β’ SQL generator (migrations, CTEs)
β’ API client generator
β’ 22 smart prompts
100% free & open source!
π github.com/millsydotdev/Code-MCP
#AI #MCP #Claude #Cursor #TypeScript
---