# π 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 **68 powerful tools** for coding!
## β‘ What You Get
π§ **68 Functional Tools**
- **Code Generators**: Scaffolding for React, Express, Prisma, TypeScript, and more
- **Analysis & Thinking**: Sequential thinking, architecture references, decision matrices
- **Git Helper**: 12 scenarios including squash, rebase, and bisect
- **SQL Helper**: Generate queries, migrations, indexes, and CTEs
- **DevOps**: Docker, GitHub Actions, and config generation (Cursor, vsCode, etc)
π¬ **22 Smart Prompts**
- `act_as_architect`
- `act_as_debugger`
- `act_as_reviewer`
- `act_as_sre`
- And 18 more specialized personas!
π **142+ Resources**
- Comprehensive registries for Languages, Frameworks, Databases, and Cloud Providers.
## π οΈ How to Use (Cloud - Easiest)
Add this to your MCP config (`claude_desktop_config.json` or Cursor settings):
```json
{
"mcpServers": {
"code-mcp": {
"command": "node",
"args": [
"path/to/Code-MCP/dist/bridge.js",
"--url",
"https://code-mcp-production.up.railway.app",
"--key",
"YOUR_API_KEY"
]
}
}
}
```
π **DM me for a free API Key!**
## π 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! πͺ