本試MCP览器 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
导冶为网络为一个网络览器的为一题导冶。当前为网络为一题导冶。
本試MCP览器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
导冶为网络为一个网络览器的为一题导冶。当前为网络为一题导冶。
本試MCP览器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/Szpadel/codex-mcp-code-review
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "codex-mcp-code-review"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 本試MCP览器 执行以下任务... Claude: [自动调用 本試MCP览器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "codex-mcp-code-review"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Run Codex app-server reviews of uncommitted changes via an MCP tool. Compared to the built-in /review, this keeps review context clean while fixes happen in the main session that retains implementation knowledge, reducing regressions and enabling longer autonomous runs with better code quality.
Codex loads MCP servers from ~/.codex/config.toml and supports configuring them via the codex mcp CLI.
[profiles.review] model = "gpt-5.5" model_reasoning_effort = "medium"
When the MCP server is started with `--profile review`, it reads this profile from
Codex config and applies supported review settings itself. Supported profile keys
are `model`, `model_provider`, `service_tier`, `model_reasoning_effort`, and
`model_reasoning_summary`.
AGENTS.md example instruction:
text for verification call review_uncommitted_changes: runs=1 until no issues ```
This registers a stdio MCP server that Codex launches when a session starts.
codex mcp add codex-code-review -- \
uv run -m mcp_code_review.server --parallelism 1 --concurrency-mode auto --timeout-seconds 2700 \
--profile review
The codex mcp add workflow is the supported way to add MCP servers from the CLI. After adding the server, set tool_timeout_sec in ~/.codex/config.toml (see Option B) so it is higher than --timeout-seconds.
Additional review instructions are enabled by default. Existing configurations that include --enable additional_review_instructions still work for backward compatibility.
To disable additional review instructions, add:
--disable additional_review_instructions
Add an MCP server entry in ~/.codex/config.toml:
[mcp_servers.codex-code-review]
command = "uv"
tool_timeout_sec = 3000
args = [
"run",
"-m",
"mcp_code_review.server",
"--parallelism",
"1",
"--concurrency-mode",
"auto",
"--timeout-seconds",
"2700",
"--profile",
"review"
]
Codex reads MCP server entries from the mcp_servers table in ~/.codex/config.toml.
If you prefer not to clone locally, you can run the server directly from the Git repository using uvx.
Repository: https://github.com/Szpadel/codex-mcp-code-review
[mcp_servers.codex-code-review-uvx]
command = "uvx"
tool_timeout_sec = 3000
args = [
"--from",
"git+https://github.com/Szpadel/codex-mcp-code-review",
"python",
"-m",
"mcp_code_review.server",
"--parallelism",
"1",
"--concurrency-mode",
"auto",
"--timeout-seconds",
"2700",
"--profile",
"review"
]
[mcp_servers.codex-code-review-dev]
command = "uv"
tool_timeout_sec = 3000
args = [
"run",
"--project",
"/absolute/path/to/codex-mcp-code-review",
"-m",
"mcp_code_review.server",
"--parallelism",
"1",
"--concurrency-mode",
"auto",
"--timeout-seconds",
"2700",
"--profile",
"review"
]
导冶为网络为一题导冶的为个题导冶。当前为网络为一题导冶。为一题导冶的为个题导冶。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,本試MCP览器 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | codex-mcp-code-review |
| 原始描述 | 开源MCP工具:Run Codex app-server reviews of uncommitted changes via an MCP tool.。⭐5 · Python |
| Topics | tag1tag2tag3 |
| GitHub | https://github.com/Szpadel/codex-mcp-code-review |
| 语言 | Python |
收录时间:2026-05-24 · 更新时间:2026-05-30 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端