AgentDesk MCP
@Rih0z
AgentDesk MCP について
Adversarial AI review API — independent AI reviews another AI's output. Stop LLMs from grading their own homework. Provides automated quality assurance for AI-generated code, content, and other outputs through independent review pipelines.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agentdesk-mcp": {
"command": "npx",
"args": [
"-y",
"@ezark-publish/[email protected]"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AgentDesk MCP?
AgentDesk MCP is an MCP tool that provides independent adversarial quality review for any AI-generated output. It integrates with Claude Code, Claude Desktop, and any MCP client, and uses your own Anthropic API key (BYOK) to perform structured, bias-resistant evaluations.
How to use AgentDesk MCP?
Install via npx agentdesk-mcp and add it to your MCP client, setting the ANTHROPIC_API_KEY environment variable. Two tools are provided: review_output for a single adversarial review, and review_dual for a dual‑reviewer pass with a merged verdict. Pass the AI output to review, optionally customizing criteria and review type.
Key features of AgentDesk MCP
- Adversarial prompting that assumes the author made mistakes
- Evidence-based checklist with automatic downgrade for missing evidence
- Anti‑gaming validation forces FAIL if >30% of items lack evidence
- Dual adversarial review with two independent reviewers
- One‑tool MCP setup, no SDK required
- BYOK (bring your own API key) — uses your own Anthropic API key
Use cases of AgentDesk MCP
- Code review: check for bugs, security issues, and performance problems
- Content review: verify accuracy, readability, SEO, and audience fit
- Factual verification: validate claims in AI-generated text
- Translation quality: assess accuracy and naturalness
- Data extraction: verify completeness and correctness of extracted data
FAQ from AgentDesk MCP
What makes adversarial review different from self‑review?
Self‑review has a systematic leniency bias because the same model shares blind spots that created errors. AgentDesk uses a separate reviewer invocation with adversarial prompting, which is fundamentally different and more rigorous.
How does dual review work?
Dual review (review_dual) runs two independent adversarial reviews from different angles, then a merge agent combines findings. If either reviewer finds a critical issue, the merged verdict is FAIL, and the lower score is taken. Issues are combined and deduplicated.
What are the limitations of AgentDesk MCP?
Like all LLM‑as‑judge systems, it can be vulnerable to prompt injection. The anti‑gaming validation layer mitigates superficial gaming, but determined adversarial inputs remain a challenge. Each review_output call makes 1 LLM API call; review_dual makes 3, so factor BYOK cost into your pipeline.
What are the system requirements?
You need an ANTHROPIC_API_KEY environment variable. The default reviewer model is Claude Sonnet 4‑6, but you can specify another model. No other SDK or dependencies are required.
How does AgentDesk MCP compare to other evaluation tools?
AgentDesk MCP offers one‑tool MCP setup, adversarial review, dual reviewer capability, and anti‑gaming validation — features not found in manual prompts, Braintrust, or DeepEval. It is MCP native and requires no SDK.
「開発者ツール」の他のコンテンツ
test
prysmaticlabsGo implementation of Ethereum proof of stake
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
コメント