Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mentor Mcp Server

    A Model Context Protocol server providing LLM Agents a second opinion via AI-powered Deepseek-Reasoning R1 mentorship capabilities, including code review, design critique, writing feedback, and idea brainstorming through the Deepseek API.

    32 stars
    TypeScript
    Updated Sep 25, 2025
    ai-mentor
    llm
    llm-agent
    mcp
    mentor
    model-context-protocol

    Table of Contents

    • Model Context Protocol
    • Table of Contents
    • Features
    • Code Analysis
    • Design & Architecture
    • Content Enhancement
    • Strategic Planning
    • Installation
    • Configuration
    • Environment Variables
    • Tools
    • Code Review
    • Design Critique
    • Writing Feedback
    • Feature Enhancement
    • Examples
    • Development
    • Project Structure
    • License

    Table of Contents

    • Model Context Protocol
    • Table of Contents
    • Features
    • Code Analysis
    • Design & Architecture
    • Content Enhancement
    • Strategic Planning
    • Installation
    • Configuration
    • Environment Variables
    • Tools
    • Code Review
    • Design Critique
    • Writing Feedback
    • Feature Enhancement
    • Examples
    • Development
    • Project Structure
    • License

    Documentation

    mentor-mcp-server

    TypeScript

    Model Context Protocol

    ![Version]()

    License

    ![Status]()

    GitHub

    A Model Context Protocol server providing LLM Agents a second opinion via AI-powered Deepseek-Reasoning (R1) mentorship capabilities, including code review, design critique, writing feedback, and idea brainstorming through the Deepseek API. Set your LLM Agent up for success with expert second opinions and actionable insights.

    Model Context Protocol

    The Model Context Protocol (MCP) enables communication between:

    • Clients: Claude Desktop, IDEs, and other MCP-compatible clients
    • Servers: Tools and resources for task management and automation
    • LLM Agents: AI models that leverage the server's capabilities

    Table of Contents

    • Features
    • Installation
    • Configuration
    • Tools
    • Examples
    • Development
    • Project Structure
    • License

    Features

    Code Analysis

    • Comprehensive code reviews
    • Bug detection and prevention
    • Style and best practices evaluation
    • Performance optimization suggestions
    • Security vulnerability assessment

    Design & Architecture

    • UI/UX design critiques
    • Architectural diagram analysis
    • Design pattern recommendations
    • Accessibility evaluation
    • Consistency checks

    Content Enhancement

    • Writing feedback and improvement
    • Grammar and style analysis
    • Documentation review
    • Content clarity assessment
    • Structural recommendations

    Strategic Planning

    • Feature enhancement brainstorming
    • Second opinions on approaches
    • Innovation suggestions
    • Feasibility analysis
    • User value assessment

    Installation

    bash
    # Clone the repository
    git clone git@github.com:cyanheads/mentor-mcp-server.git
    cd mentor-mcp-server
    
    # Install dependencies
    npm install
    
    # Build the project
    npm run build

    Configuration

    Add to your MCP client settings:

    json
    {
      "mcpServers": {
        "mentor": {
          "command": "node",
          "args": ["build/index.js"],
          "env": {
            "DEEPSEEK_API_KEY": "your_api_key",
            "DEEPSEEK_MODEL": "deepseek-reasoner",
            "DEEPSEEK_MAX_TOKENS": "8192",
            "DEEPSEEK_MAX_RETRIES": "3",
            "DEEPSEEK_TIMEOUT": "30000"
          }
        }
      }
    }

    Environment Variables

    VariableRequiredDefaultDescription
    DEEPSEEK_API_KEYYes-Your Deepseek API key
    DEEPSEEK_MODELYesdeepseek-reasonerDeepseek model name
    DEEPSEEK_MAX_TOKENSNo8192Maximum tokens per request
    DEEPSEEK_MAX_RETRIESNo3Number of retry attempts
    DEEPSEEK_TIMEOUTNo30000Request timeout (ms)

    Tools

    Code Review

    xml
    mentor-mcp-server
    code_review
    
    {
      "file_path": "src/app.ts",
      "language": "typescript"
    }

    Design Critique

    xml
    mentor-mcp-server
    design_critique
    
    {
      "design_document": "path/to/design.fig",
      "design_type": "web UI"
    }

    Writing Feedback

    xml
    mentor-mcp-server
    writing_feedback
    
    {
      "text": "Documentation content...",
      "writing_type": "documentation"
    }

    Feature Enhancement

    xml
    mentor-mcp-server
    brainstorm_enhancements
    
    {
      "concept": "User authentication system"
    }

    Examples

    Detailed examples of each tool's usage and output can be found in the examples directory:

    • Second Opinion Example - Analysis of authentication system requirements
    • Code Review Example - Detailed TypeScript code review with security and performance insights
    • Design Critique Example - Comprehensive UI/UX feedback for a dashboard design
    • Writing Feedback Example - Documentation improvement suggestions
    • Brainstorm Enhancements Example - Feature ideation with implementation details

    Each example includes the request format and sample response, demonstrating the tool's capabilities and output structure.

    Development

    bash
    # Build TypeScript code
    npm run build
    
    # Start the server
    npm run start
    
    # Development with watch mode
    npm run dev
    
    # Clean build artifacts
    npm run clean

    Project Structure

    code
    src/
    ├── api/         # API integration modules
    ├── tools/       # Tool implementations
    │   ├── second-opinion/
    │   ├── code-review/
    │   ├── design-critique/
    │   ├── writing-feedback/
    │   └── brainstorm-enhancements/
    ├── types/       # TypeScript type definitions
    ├── utils/       # Utility functions
    ├── config.ts    # Server configuration
    ├── index.ts     # Entry point
    └── server.ts    # Main server implementation

    License

    Apache License 2.0. See LICENSE for more information.

    ---

    Similar MCP

    Based on tags & features

    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • FA

      Fal Mcp Server

      Python·
      8

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • FA

      Fal Mcp Server

      Python·
      8

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k