Skip to main content
Glama
discord-announcement.mdβ€’3.12 kB
# πŸš€ 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 ---

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/millsydotdev/Code-MCP'

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