Skip to main content
Glama
Calera-Labs

Infinite Context (ICX) MCP Server

by Calera-Labs

Infinite Context (ICX) — Persistent Memory MCP Server

MCP Registry Glama MCP Glama MCP Score License RULER Score Latency

Offizieller Model Context Protocol (MCP)-Connector für Calera Labs Infinite Context (ICX). Verbindet KI-Agenten (Claude Desktop, Cursor, VS Code, Zed und benutzerdefinierte autonome Schwärme) direkt mit persistentem, subquadratischem topologischem Speicher im Volumetric Lattice Network.

„Kontext ohne Grenzen. Speicher ohne Verlust."


⚡ Warum ICX statt naiver 1M+-Kontextfenster?

  • Zero Attention Diffusion: Anstatt Millionen von Tokens in dichte Aufmerksamkeit zu stopfen, wo Modelle unter Lost-in-the-Middle-Verfall leiden, kristallisiert ICX Wissen in permanente $A_4$-Simplex-Gitterknoten (icx_remember).

  • Sub-5ms Scoped Recall: Geodätische assoziative Suche liefert verifizierte Fakten und wörtliche Zitate über ein kompaktes nummeriertes Viewport (icx_recall_scoped).

  • Benchmark-Provenienz:

    • 96,28 % (466/484 exakt) auf RULER MRCR v2 bei 128k Kontext.

    • 54,87 % (276/503) auf dem offiziellen LongBench v2-Benchmark.

    • 51,98 % Rauschreduzierung über Kontext-Viewports hinweg.

  • Streamable Hosted Endpoint: Keine lokalen Modell-Downloads erforderlich. Verbinden Sie sich über streamable HTTP/SSE mit Ihrem API-Schlüssel von dashboard.caleralabs.com.


Related MCP server: Mnemexa MCP

🚀 1-Klick-Quickstart-Integrationen

1. Cursor IDE

Fügen Sie Folgendes zur .cursor/mcp.json Ihres Projekts hinzu (oder in den globalen Cursor-Einstellungen → Features → MCP):

{
  "mcpServers": {
    "infinite-context": {
      "url": "https://icx.caleralabs.com/mcp",
      "headers": {
        "X-License-Key": "clabs_live_YOUR_KEY",
        "X-Space-ID": "default"
      }
    }
  }
}

(Holen Sie sich Ihren kostenlosen API-Schlüssel unter dashboard.caleralabs.com)


2. Claude Desktop

Fügen Sie zu Ihrer claude_desktop_config.json hinzu:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • Linux: ~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "infinite-context": {
      "url": "https://icx.caleralabs.com/mcp",
      "headers": {
        "X-License-Key": "clabs_live_YOUR_KEY"
      }
    }
  }
}

3. Smithery CLI (1-Klick-Terminalbefehl)

Automatische Installation über Claude, Cursor oder VS Code mit Smithery:

# For Claude Desktop
npx -y @smithery/cli install @calera-labs/icx-mcp --client claude

# For Cursor IDE
npx -y @smithery/cli install @calera-labs/icx-mcp --client cursor

# For VS Code
npx -y @smithery/cli install @calera-labs/icx-mcp --client vscode

4. VS Code / GitHub Copilot

Fügen Sie zu .vscode/mcp.json hinzu:

{
  "servers": {
    "infinite-context": {
      "url": "https://icx.caleralabs.com/mcp",
      "headers": {
        "X-License-Key": "clabs_live_YOUR_KEY"
      }
    }
  }
}

5. Stdio-Gateway-Proxy (Air-Gapped / CLI)

Wenn Ihre Umgebung nur lokale stdio-Subprozesse unterstützt:

{
  "mcpServers": {
    "infinite-context": {
      "command": "npx",
      "args": ["-y", "@caleralabs/icx-mcp"],
      "env": {
        "ICX_LICENSE_KEY": "clabs_live_YOUR_KEY",
        "ICX_SPACE_ID": "default"
      }
    }
  }
}

🛠️ Zertifizierte MCP-Tool-Referenz

Tool

Zweck

Primäre Eingaben

Verhalten

icx_remember

Speichert Text, Code, Entscheidungen und Dokumentation im persistenten Langzeitspeicher.

text (erforderlich), space_id, filename, family

Additiv & nicht-destruktiv

icx_recall_scoped

Führt semantische Suche über den Speicher durch, um fundierte Fakten und Quellzitate für QA abzurufen.

query (erforderlich), space_id, top_k

Nur lesen

icx_search_facts

Schlüsselwort- und Entitätssuche über Speicherknoten für lexikalische Erkundung und Token-Lookup.

query (erforderlich), space_id, limit

Nur lesen

icx_quote_slot

Ruft exakten, zeichengenauen wörtlichen Text und SHA-256-Hashes aus Dokumentregistern ab.

family (erforderlich), index (erforderlich), space_id

Nur lesen

icx_inspect_space

Gibt Diagnose-Telemetrie zurück: aktive Knoten, Gesamtsynapsen, fundierte Fakten und Widerspruchsalarme.

space_id (optional)

Nur lesen

icx_reset_session

Löscht den Konversationsverlauf, während der gesamte zugrunde liegende persistente Speicher erhalten bleibt.

space_id (optional)

Mutiert nur die Sitzung


🤖 Empfohlene Agenten-Systemanweisung

Um sicherzustellen, dass Ihre autonomen Agenten systematisch Architekturentscheidungen speichern und Ground-Truth-Kontext abrufen, fügen Sie diesen Block zum System-Prompt Ihres Agenten hinzu:

Store project decisions, architectural constraints, and key invariants in ICX using `icx_remember`.
Before answering historical codebase questions or resolving complex dependencies, use `icx_recall_scoped` to retrieve exact grounded facts.

📚 Ressourcen & Dokumentation


🔗 Verwandte Calera MCP-Server

  • Calera FINSEC MCP: Zertifizierter SEC-EDGAR-Finanzspeicher für KI-Agenten mit 0,00 % statistischer Halluzination und kryptografischer Einreichungs-Provenienz (Glama Hub · Smithery).


📄 Lizenz

Apache License 2.0. Siehe LICENSE für Details. Erstellt von Calera Labs.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides persistent long-term memory for AI agents through semantic search and automated knowledge graph extraction. It enables agents to store, recall, and reason over facts, preferences, and relationships across multiple conversations and sessions.
    14
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides persistent, self-optimizing memory for AI agents, enabling them to remember preferences and context across sessions and share knowledge across multiple agents.
    4
    14
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory for AI agents — verbatim conversations, searchable by meaning.

  • Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View all MCP Connectors

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/Calera-Labs/icx-mcp'

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