loading…
Search for a command to run...
loading…
Exposes the Balanced Intelligence Convergence Pipeline as MCP tools for multi-LLM query fan-out, consensus, evidence auditing, compliance checking, and disagree
Exposes the Balanced Intelligence Convergence Pipeline as MCP tools for multi-LLM query fan-out, consensus, evidence auditing, compliance checking, and disagreement analysis.
MCP server wrapping the Balanced Intelligence Convergence Pipeline.
Exposes the full pipeline as 4 MCP tools usable by any MCP-compatible client (Claude Code, Claude Desktop, etc.).
converge_queryFan out a query to multiple LLMs, run consensus, return structured result.
{
"query": "Is this treatment effective?",
"models": ["gpt-4o", "claude-3-5-sonnet-20241022", "gemini-1.5-pro"],
"policy_set": "hipaa"
}
Returns: run_id, agreement_score, stability, agreed_claims, disputed_claims, final_answer.
get_evidence_ladderReturn the full Evidence Ladder for a query — immutable audit trail of every pipeline step.
{ "query_id": "run-uuid" }
Returns: ordered list of entries from QUERY → DECOMPOSE → MODEL_EXECUTE → CONSENSUS → VERIFY → CONCLUDE.
check_complianceCheck content against HIPAA/EU_AI_ACT/NIST/CUSTOM policies.
{
"content": "Patient SSN is 123-45-6789",
"categories": ["HIPAA"]
}
Returns: passed, blocked, violations, warnings, logs.
list_model_disagreementsReturn where models diverged — inversions (direct contradictions), disputed claims, low-similarity pairs.
{ "query_id": "run-uuid" }
Returns: inversions, disputed_claims, low_similarity_pairs.
Add to your MCP config:
{
"mcpServers": {
"nexus-convergence": {
"command": "npx",
"args": ["-y", "@gonzih/nexus-convergence-mcp"],
"env": {
"CONVERGENCE_SERVICE_URL": "http://your-convergence-service:3000",
"CONSENSUS_SERVICE_URL": "http://your-consensus-service:3001",
"EVIDENCE_SERVICE_URL": "http://your-evidence-service:3002",
"COMPLIANCE_SERVICE_URL": "http://your-compliance-service:3003",
"NEXUS_API_KEY": "your-api-key"
}
}
}
}
CONVERGENCE_SERVICE_URL=http://localhost:3000
CONSENSUS_SERVICE_URL=http://localhost:3001
EVIDENCE_SERVICE_URL=http://localhost:3002
COMPLIANCE_SERVICE_URL=http://localhost:3003
NEXUS_API_KEY=your-api-key
npm ci
npm run build
npm start
npm test
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"nexus-convergence-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai