degenduel-mcp
AI Development Assistant MCP Server is a tutorial demo providing intelligent coding assistance through custom AI tools.
The AI Development Assistant MCP Server is designed to offer intelligent coding assistance by leveraging Model Context Protocol (MCP) technology. It provides a suite of AI-powered tools that help developers with tasks such as code architecture planning, UI design analysis, and code reviews. This server is primarily a tutorial demo, showcasing how MCP can be integrated into development workflows, particularly with the Cursor platform. It is not intended for production use but serves as a learning tool for developers to explore the capabilities of MCP and AI in software development.
Features
- Code Architect: Call advanced reasoning LLMs to generate plans and instructions for coding agents.
- Screenshot Buddy: Take UI design screenshots and use them with the composer agent.
- Code Review: Use git diffs to trigger code reviews.
Usage with Different Platforms
Environment Setup
typescript
export const OPENAI_API_KEY = "your_key_here";
// Add any other keys you need
Installation
bash
npm install
# or
yarn install
Development & Build Commands
bash
# Build the server
npm run build-only
# Development mode (watch for changes)
npm run dev
# Run the server
npm run start
# Deploy with PM2
npm run pm2
# Other PM2 commands
npm run stop # Stop the server
npm run restart # Restart the server
npm run logs # View server logs
npm run status # Check server status
Adding to Cursor
plaintext
1. Open Cursor
2. Go to `Cursor Settings > Features > MCP`
3. Click `+ Add New MCP Server`
4. Fill out the form:
- **Name**: AI Development Assistant
- **Type**: stdio
- **Command**: `node /path/to/your/project/build/index.js`
> 📘 **Pro Tip**: You might need to use the full path to your project's built index.js file.
Related MCP Servers
View all developer_tools servers →Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packs your codebase into AI-friendly formats, making it easier to use with AI tools like LLMs.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.