Skip to main content
Glama
discord-announcement.mdβ€’1.62 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 **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! πŸ’ͺ

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