π€ AI Development Assistant MCP Server
About
MCP server with custom tools designed specifically for DegenDuel
Details
- Author
- BranchManager69
- Downloads
- 333
- Categories
- AI
Jump to
- Code Architect: calls advanced reasoning LLMs to generate plans and instructions
- Screenshot Buddy: takes UI design screenshots for use with the composer agent
- Code Review: uses git diffs to trigger code reviews
- Local development only; API keys stored in source file
Install dependencies with npm install (or yarn install), set your OpenAI API key in src/env/keys.ts, then build the server with npm run build-only. After building, add it to Cursor by going to Cursor Settings > Features > MCP, clicking + Add New MCP Server, setting Type to stdio, and entering node /path/to/build/index.js as the Command.
π€ AI Development Assistant MCP Server
Welcome to your AI-powered development toolkit, designed as a Model Context Protocol (MCP) server for Cursor! This project provides intelligent coding assistance through custom AI tools. Note that this is mostly a tutorial demo, and not a production-ready tool.
β¨ 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.
π Getting Started
1. Environment Setup
First, you'll need to set up your environment variables. Create a file at src/env/keys.ts:
export const OPENAI_API_KEY = "your_key_here";
// Add any other keys you need
> β οΈ Security Note: Storing API keys directly in source code is not recommended for production environments. This is only for local development and learning purposes. You can set the env var inline in the Cursor MCP interface as well.
2. Installation
```bash
npm install
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
