mentor-mcp-server
Mentor-mcp-server is a Model Context Protocol server designed to provide LLM Agents with AI-powered mentorship through Deepseek Reasoning. It offers features such as code review, design critique, writing feedback, and strategic planning.
What is the Model Context Protocol?
The Model Context Protocol (MCP) is a framework that enables communication between clients, servers, and LLM Agents for task management and automation.
How do I install the mentor-mcp-server?
Clone the repository, install dependencies using npm, and build the project using the provided scripts.
What environment variables are required for configuration?
You need to set DEEPSEEK_API_KEY, DEEPSEEK_MODEL, DEEPSEEK_MAX_TOKENS, DEEPSEEK_MAX_RETRIES, and DEEPSEEK_TIMEOUT in your MCP client settings.
What types of feedback does the server provide?
The server provides feedback on code, design, writing, and strategic planning, offering insights and suggestions for improvement.
Can I use the server with different MCP clients?
Yes, the server is compatible with various MCP clients, including Claude Desktop and IDEs.