Skip to main content
Glama
xiaobenyang-com

Review-Code

代码审查工具 Review Code

一个基于Model Context Protocol (MCP)的代码审查工具服务器,提供多维度的代码审查和打分功能。 A code review tool server based on Model Context Protocol (MCP), providing multi-dimensional code review and scoring functions.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool

描述 Description

review_code

构建用于代码整体审查与打分的 LLM 提示词(不直接调用 LLM)

review_diff

构建用于 Git diff 变更审查与打分的 LLM 提示词(不直接调用 LLM)

review_file

构建用于单文件审查与打分的 LLM 提示词(不直接调用 LLM)

parse_review_score

从审查文本中解析评分(提取 '总分:XX分' 格式)

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659306499

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659306499

Related MCP server: code-review-mcp

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "代码审查工具": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659306499/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "代码审查工具": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659306499/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "代码审查工具": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659306499",
          },
          "transport": "stdio"
        }
      }
}
Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A MCP server built for developers enabling Git based project management with project and personal…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaobenyang-com/1777316659306499'

If you have feedback or need assistance with the MCP directory API, please join our Discord server