guardian-engine
Guardian Engine — API & MCP 統合ガイド
AIエージェントの出力に対する決定論的な検証インフラストラクチャ。 Guardian Engineは、ハルシネーションによる温度設定ミス、欠落した技術、間違った材料、不可能な調理手順を、実際に調理される前に検知します。レシピが最初の垂直統合分野ですが、この決定論的なアプローチは、正確性が重要となるあらゆる手順ドメインに一般化可能です。
エンドポイント: https://api.kaimeilabs.dev/mcp
トランスポート: Streamable HTTP (MCP)
認証: なし — アーリーアクセス期間中は無料(フェアユースが適用されます)
エージェントの接続
Guardianはホスト型のMCPサーバーです。インストールもAPIキーもDockerも不要です。クライアントを選択して設定を貼り付けるだけです。
Claude Desktop
claude_desktop_config.json に以下を追加します:
{
"mcpServers": {
"guardian": {
"url": "https://api.kaimeilabs.dev/mcp",
"transport": "streamable-http"
}
}
}Claude Desktopを再起動します。確認のために "List the available dishes in Guardian Engine" と尋ねてください。
Cursor
Settings → MCP Servers → Add new MCP server を開き、以下を貼り付けます:
{
"guardian": {
"url": "https://api.kaimeilabs.dev/mcp",
"transport": "streamable-http"
}
}VS Code (GitHub Copilot)
.vscode/mcp.json(またはユーザーの settings.json の `"mcp
This server cannot be installed
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/kaimeilabs/guardian-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server