This MCP server, developed by cyanheads, provides AI-powered mentorship capabilities through the Deepseek API. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for code review, design critique, writing feedback, and idea brainstorming. The implementation focuses on delivering expert second opinions and actionable insights to enhance LLM agent performance. It's particularly useful for developers, designers, and content creators seeking AI-assisted feedback and improvement suggestions, enabling use cases such as code quality enhancement, UI/UX refinement, documentation improvement, and feature ideation without directly interacting with the Deepseek API.
Performs a comprehensive review of the provided code file. Parameters: file_path (string), language (string)
Evaluates the design document and provides feedback. Parameters: design_document (string), design_type (string)
Offers feedback on the provided text, focusing on writing quality. Parameters: text (string), writing_type (string)
Generates ideas for feature enhancements based on the provided concept. Parameters: concept (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!