Token导航 LogoToken导航TokenDH.com
Mentor MCP Server logo
搜索检索HTTP官方级别未说明来源级核验

Mentor MCP Server

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.

工具数

0

提示词数

0

GitHub Stars

31

资源数

0
代码审查TypeScriptClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

cyanheads

提供方

cyanheads

最后核验

2026/5/18 02:15

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

导师mcp服务器

![TypeScript](https://www.typescriptlang.org/) ![Model Context Protocol](https://modelcontextprotocol.io/) ](<>) ![License](https://opensource.org/licenses/Apache-2.0) ![Status](<>) ](https://github.com/cyanheads/mentor-mcp-server)

模型上下文协议服务器通过AI驱动的Deepseek-Reasoning(R1)指导能力为LLM代理提供第二意见,包括通过Deepseek API进行代码审查、设计评论、写作反馈和创意集思广益。通过专家的第二意见和可操作的见解,为您的法学硕士代理的成功做好准备。

模型上下文协议

模型上下文协议(MCP)实现了以下之间的通信:

  • 客户:Claude Desktop、IDE和其他MCP兼容客户端
  • 服务器:用于任务管理和自动化的工具和资源
  • LLM代理:利用服务器功能的AI模型

目录

特性

代码分析

  • 全面的代码审查
  • 漏洞检测和预防
  • 风格和最佳实践评估
  • 性能优化建议
  • 安全漏洞评估

设计与建筑

  • UI/UX设计评论
  • 架构图分析
  • 设计模式建议
  • 可访问性评估
  • 一致性检查

内容增强

  • 撰写反馈和改进
  • 语法和风格分析
  • 文件审查
  • 内容清晰度评估
  • 结构建议

战略规划

  • 功能增强头脑风暴
  • 关于方法的第二意见
  • 创新建议
  • 可行性分析
  • 用户价值评估

安装

# 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

配置

添加到MCP客户端设置中:

{
  "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"
      }
    }
  }
}

环境变量

变量必填默认描述
DEEPSEK_API_KEY-您的Deepsseek API密钥
DEEPSEK_MODEL深度搜索推理器深度搜索模型名称
DEEPSEK_MAX_TOKENS8192每个请求的最大令牌数
DEEPSEK_MAX_RETRIES3重试尝试次数
DEEPSEK_TIMEOUT30000请求超时(毫秒)

工具

代码审查


mentor-mcp-server
code_review

{
  "file_path": "src/app.ts",
  "language": "typescript"
}

设计评论


mentor-mcp-server
design_critique

{
  "design_document": "path/to/design.fig",
  "design_type": "web UI"
}

撰写反馈


mentor-mcp-server
writing_feedback

{
  "text": "Documentation content...",
  "writing_type": "documentation"
}

功能增强


mentor-mcp-server
brainstorm_enhancements

{
  "concept": "User authentication system"
}

例子

每个工具的使用和输出的详细示例可以在 示例 目录:

每个示例都包括请求格式和示例响应,展示了该工具的功能和输出结构。

发展

# 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

项目结构

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

许可证

Apache许可证2.0。看 许可证 了解更多信息。

______________________________________________________________________

Built with the Model Context Protocol

目录标签

目录标签

代码审查TypeScriptClauderesearch-and-datamcpmentorllmllm-agentai-mentormodel-context-protocol本地部署设计反馈AI辅助LLM代理写作改进

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

none

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

HTTPnoneremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP