Skip to main content
Glama
Gonzih

nexus-convergence-mcp

by Gonzih

nexus-convergence-mcp

MCP-Server, der die Balanced Intelligence Convergence Pipeline umschließt.

Stellt die vollständige Pipeline als 4 MCP-Tools bereit, die von jedem MCP-kompatiblen Client (Claude Code, Claude Desktop usw.) verwendet werden können.

Tools

converge_query

Verteilt eine Anfrage an mehrere LLMs, führt eine Konsensfindung durch und gibt ein strukturiertes Ergebnis zurück.

{
  "query": "Is this treatment effective?",
  "models": ["gpt-4o", "claude-3-5-sonnet-20241022", "gemini-1.5-pro"],
  "policy_set": "hipaa"
}

Gibt zurück: run_id, agreement_score, stability, agreed_claims, disputed_claims, final_answer.

get_evidence_ladder

Gibt die vollständige Beweiskette (Evidence Ladder) für eine Anfrage zurück — ein unveränderlicher Audit-Trail jedes Pipeline-Schritts.

{ "query_id": "run-uuid" }

Gibt zurück: geordnete Liste von Einträgen von QUERYDECOMPOSEMODEL_EXECUTECONSENSUSVERIFYCONCLUDE.

check_compliance

Überprüft Inhalte anhand von HIPAA/EU_AI_ACT/NIST/CUSTOM-Richtlinien.

{
  "content": "Patient SSN is 123-45-6789",
  "categories": ["HIPAA"]
}

Gibt zurück: passed, blocked, violations, warnings, logs.

list_model_disagreements

Gibt an, wo die Modelle voneinander abwichen — Inversionen (direkte Widersprüche), strittige Behauptungen, Paare mit geringer Ähnlichkeit.

{ "query_id": "run-uuid" }

Gibt zurück: inversions, disputed_claims, low_similarity_pairs.

MCP-Konfiguration

Fügen Sie dies zu Ihrer MCP-Konfiguration hinzu:

{
  "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"
      }
    }
  }
}

Umgebung

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

Entwicklung

npm ci
npm run build
npm start
npm test
Install Server
F
license - not found
A
quality
C
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/Gonzih/nexus-convergence-mcp'

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