design-review-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@design-review-mcpreview the design doc for authentication feature"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
design-review-mcp
AI Design Review Framework — 多模型对抗设计审查 MCP 工具。
把设计文档/代码 fan-out 给多个不同厂商大模型并行审查,结合项目知识库检索注入历史踩坑,按 canonical 归一 + 校准共识汇总,提高规划质量。
架构
全插件化(所有项目特定逻辑进 adapter,core 项目无关):
可换层 | 协议 | 默认实现 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| retrieve/context/prompt/review/parse/normalize/consensus/score |
日后加 RustAdapter/CppAdapter/WebAdapter 只加 adapter 包,不动 core。
Related MCP server: HydraMCP
Review Pipeline
ReviewDocument → RetrieveStage → ContextStage → PromptStage → ReviewStage(fan-out)
→ ParseStage → NormalizeStage(canonical) → ConsensusStage → ScoreStage → ReviewReport防冷门技术栈"共谋错误":强制 evidence_quote(无引用丢弃)+ 知识库 RAG(版本过滤)+ 角色化 reviewer(独立 system_prompt+采样)+ canonical normalize(防同义漏报)+ calibrated confidence。
安装
cd Tools/design-review-mcp
uv sync配置
API key 走环境变量(litellm 约定):
模型 | env | model 字符串 |
OpenAI GPT-5 |
|
|
Anthropic Claude |
|
|
火山豆包 |
|
|
DeepSeek |
|
|
智谱 GLM |
|
|
⚠️
litellm>=1.83.0(1.82.7/1.82.8 被投毒,已 pin 排除)。
注册到 Claude Code
在 ~/.claude.json 的对应项目 mcpServers 加:
"design-review": {
"type": "stdio",
"command": "uv",
"args": ["run", "--directory", "<项目>/Tools/design-review-mcp", "design-review-mcp"],
"env": {
"UNITY_PROJECT_ROOT": "<项目>",
"OPENAI_API_KEY": "...",
"ANTHROPIC_API_KEY": "...",
"ARK_API_KEY": "..."
}
}开发
uv run pytest tests/License
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/fanghaoling/design-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server