Skip to main content
Glama

ConKurrence

コマンド一つで、AIが自己と合意しているかを確認できます。

ConKurrenceは、AI評価パイプラインのための統計的に検証された合意測定ツールキットです。複数のAIモデルを独立した評価者として使用し、Fleiss' kappaとブートストラップ信頼区間を用いて評価者間信頼性を測定し、意見が分かれた項目を人間の専門家にルーティングします。

インストール

npm install -g conkurrence

Related MCP server: CI-1T Prediction Stability Engine

MCPサーバー

Claude DesktopやMCP互換クライアントでConKurrenceをMCPサーバーとして使用します:

npx conkurrence mcp

Claude Desktopの設定

claude_desktop_config.json に以下を追加します:

{
  "mcpServers": {
    "conkurrence": {
      "command": "npx",
      "args": ["-y", "conkurrence", "mcp"]
    }
  }
}

Claude Codeプラグイン

/plugin marketplace add AlligatorC0der/conkurrence

特徴

  • マルチモデル評価 — Bedrock、OpenAI、Geminiモデルに対して同時にスキーマを実行

  • 統計的厳密さ — ブートストラップ信頼区間を用いたFleiss' kappa、妥当性のためのKendall's W

  • 自己整合性モード — APIキー不要。MCPサンプリングを介してホストモデルを使用

  • スキーマ提案 — データからAIがスキーマ設計を提案

  • トレンド追跡 — 実行結果を時系列で比較し、合意度の低下を検出

  • コスト見積もり — 実行前にコストを把握

MCPツール

ツール

説明

conkurrence_run

複数のAI評価者間で評価を実行

conkurrence_report

詳細なMarkdownレポートを生成

conkurrence_compare

2つの実行結果を並べて比較

conkurrence_trend

複数の実行にわたる合意度を追跡

conkurrence_suggest

データからAIがスキーマを提案

conkurrence_validate_schema

実行前にスキーマを検証

conkurrence_estimate

コストとトークン使用量を見積もり

リンク

ライセンス

BUSL-1.1 — Business Source License 1.1

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides advanced evaluation tools for assessing AI safety, alignment, and performance of LLM outputs. Enables programmatic evaluation of quality, safety metrics like toxicity and PII detection, and operational metrics including carbon footprint and cost estimation.
    4
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that audits LLM-as-judge evaluations, detecting judge drift across runs, measuring bias through controlled probes, and comparing judge agreement with human raters.
    6
    MIT

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/AlligatorC0der/conkurrence'

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