πŸ€– AI Development Assistant MCP Server

by BranchManager69

333 downloads
Not rated
GitHub

About

MCP server with custom tools designed specifically for DegenDuel

Details

Author
BranchManager69
Downloads
333
Categories
AI

- 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

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.