1. Conduid
  2. AI
  3. Review Code Tool
MCP server · AI

Review Code Tool

A code review tool based on Model Context Protocol (MCP) that leverages OpenAI's capabilities for intelligent code analysis and review. | 基于模型上下文协议(MCP)的代码审查工具,利用OpenAI的能力进行智能代码分析和审查。

Unclaimed last commit a year ago mcpaimodelcontextprotocolreview-codeopenai
46Fair

Scored 3 months ago · breakdown

About Review Code Tool

Review Code Tool is an MCP server published by wenkil in the AI category: a code review tool based on Model Context Protocol (MCP) that leverages OpenAI's capabilities for intelligent code analysis and review. | 基于模型上下文协议(MCP)的代码审查工具,利用OpenAI的能力进行智能代码分析和审查。. It has been installed 0 times through Conduid.

The repository has 13 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-review-code-tool

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Review Code Tool

Powered by Claude · Grounded in docs

I know everything about Review Code Tool. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

mcp_review_code_tool 项目说明文档

欢迎Star~~

项目简介

mcp_review_code_tool 是一个基于 Model Context Protocol (MCP) 的server tool项目。 本项目主要用于实现代码评审等功能的服务集成。LLM使用的是OpenRouter的api。

开发调试记录: https://wenkil.github.io/2025/03/28/开发一个本地MCP工具进行代码review/

最新更新

🔥 新增Web版代码审查工具:代码逻辑改为了支持通过Web界面进行本地代码审查而非MCP调用,详情请查看 web_code_review/README.md,支持多文件上传、代码质量评估和可视化报告。

技术栈

  • Node.js 18+
  • TypeScript
  • MCP SDK

快速开始

环境准备

  1. 确保已安装 Node.js 18+ 版本
  2. 推荐使用 nvm 进行 Node.js 版本管理

安装步骤

  1. 克隆项目
git clone [项目地址]
cd mcp_review_code_tool
  1. 安装依赖
npm install
  1. 构建项目
npm run build

构建输出

构建后的文件将输出到 dist 目录:

  • dist/mcp_code_review.js - 代码评审工具

配置说明

MCP 服务器配置

mcp.json 中进行配置:

{
  "mcpServers": {
    "代码评审工具": {
      "command": "node",
      "args": ["your path/dist/mcp_code_review.js"],
      "cwd": "your path",
      "env": {
        "OPENAI_API_KEY": "your api key",
        "OPENAI_API_BASE": "https://openrouter.ai/api/v1",
        "OPENAI_API_MODEL": "qwen/qwen-2.5-coder-32b-instruct:free"
      }
    }
  }
}

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Review Code Tool

How do I install Review Code Tool?

Run npx mcp-review-code-tool, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Review Code Tool safe to use with an AI agent?

Its trust score is 46 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Review Code Tool still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.