Infinite Context (ICX) MCP Server
This server provides persistent, long-term memory for AI agents via MCP tools, enabling storing, retrieving, and managing knowledge across sessions.
Memorize content:
icx_rememberstores documents, code, facts, or text into topological memory nodes with metadata (family, filename, space).Semantic recall:
icx_recall_scopedanswers natural language questions by retrieving grounded facts and citations from stored memory.Keyword search:
icx_search_factsfinds memory nodes by keyword or entity overlap for exploration.Verbatim quoting:
icx_quote_slotretrieves exact character-for-character quotes from stored document registers by family and index.Inspect memory health:
icx_inspect_spacereturns telemetry like active nodes, synapses, grounded facts, and contradiction alarms.Reset conversation:
icx_reset_sessionclears dialogue history while preserving all learned memory.
Provides Infinite Context integration for GitHub Copilot in VS Code, enabling persistent storage and recall of project context and decisions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Infinite Context (ICX) MCP Serverremember this code snippet about quicksort"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Infinite Context (ICX) โ Persistent Memory MCP Server
Official Model Context Protocol (MCP) connector for Calera Labs Infinite Context (ICX). Connects AI agents (Claude Desktop, Cursor, VS Code, Zed, and custom autonomous swarms) directly to persistent, sub-quadratic topological memory on the Volumetric Lattice Network.
"Context Without Limits. Memory Without Loss."
โก Why ICX Over Naive 1M+ Context Windows?
Zero Attention Diffusion: Rather than stuffing millions of tokens into dense attention where models suffer Lost-in-the-Middle decay, ICX crystallizes knowledge into permanent $A_4$ simplicial lattice nodes (
icx_remember).Sub-5ms Scoped Recall: Geodesic associative search returns verified factual sentences and verbatim quotes through a compact numbered viewport (
icx_recall_scoped).Benchmark Provenance:
96.28% (466/484 exact) on RULER MRCR v2 at 128k context.
54.87% (276/503) on LongBench v2 official benchmark.
51.98% noise reduction across context viewports.
Streamable Hosted Endpoint: Zero local model downloads required. Connect via streamable HTTP/SSE with your API key from dashboard.caleralabs.com.
Related MCP server: Mnemexa MCP
๐ 1-Click Quickstart Integrations
1. Cursor IDE
Add the following to your project's .cursor/mcp.json (or global Cursor Settings โ Features โ MCP):
{
"mcpServers": {
"infinite-context": {
"url": "https://icx.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY",
"X-Space-ID": "default"
}
}
}
}(Get your free API key at dashboard.caleralabs.com)
2. Claude Desktop
Add to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.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-Click Terminal Command)
Install automatically across Claude, Cursor, or VS Code using 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 vscode4. VS Code / GitHub Copilot
Add to .vscode/mcp.json:
{
"servers": {
"infinite-context": {
"url": "https://icx.caleralabs.com/mcp",
"headers": {
"X-License-Key": "clabs_live_YOUR_KEY"
}
}
}
}5. Stdio Gateway Proxy (Air-Gapped / CLI)
If your environment only supports local stdio sub-processes:
{
"mcpServers": {
"infinite-context": {
"command": "npx",
"args": ["-y", "@caleralabs/icx-mcp"],
"env": {
"ICX_LICENSE_KEY": "clabs_live_YOUR_KEY",
"ICX_SPACE_ID": "default"
}
}
}
}๐ ๏ธ Certified MCP Tools Reference
Tool | Purpose | Primary Inputs | Behavior |
| Stores text, code, decisions, and documentation into persistent long-term memory. |
| Additive & Non-destructive |
| Performs semantic search across memory to retrieve grounded facts and source citations for QA. |
| Read-only |
| Keyword and entity search across memory nodes for lexical exploration and token lookup. |
| Read-only |
| Retrieves exact character-for-character verbatim text and SHA-256 hashes from document registers. |
| Read-only |
| Returns diagnostic telemetry: active nodes, total synapses, grounded facts, and contradiction alarms. |
| Read-only |
| Clears conversational turn history while preserving all underlying persistent memory. |
| Mutates session only |
๐ค Recommended Agent System Instruction
To ensure your autonomous agents systematically store architecture decisions and recall ground-truth context, add this block to your agent's system prompt:
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.๐ Resources & Documentation
Product Landing Page: https://icx.caleralabs.com
Interactive MCP Documentation: https://icx.caleralabs.com/mcp-docs
Scientific Research Paper: https://icx.caleralabs.com/paper
Universal Dashboard & Keys: https://dashboard.caleralabs.com
๐ Related Calera MCP Servers
Calera FINSEC MCP: Certified SEC EDGAR financial memory for AI agents with 0.00% statistical hallucination and cryptographic filing provenance (Glama Hub ยท Smithery).
๐ License
Apache License 2.0. See LICENSE for details. Built by Calera Labs.
Maintenance
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
AlicenseAqualityDmaintenanceProvides 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.148MIT
Mnemexa MCPofficial
AlicenseAqualityDmaintenanceProvides persistent, self-optimizing memory for AI agents, enabling them to remember preferences and context across sessions and share knowledge across multiple agents.414ISC- AlicenseAqualityDmaintenanceEnables AI agents with persistent semantic memory, including semantic recall, knowledge graphs, and instant domain expertise via pre-built Intelligence Packs.1050MIT
- AlicenseNot gradedqualityDmaintenanceProvides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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