Skip to main content
Glama
Calera-Labs

Infinite Context (ICX) MCP Server

by Calera-Labs

Infinite Context (ICX) — 持久化记忆 MCP 服务器

MCP Registry Glama MCP Glama MCP Score License RULER Score Latency

Calera Labs Infinite Context (ICX) 的官方 Model Context Protocol (MCP) 连接器。将 AI 代理(Claude Desktop、Cursor、VS Code、Zed 以及自定义自主智能体集群)直接连接到 Volumetric Lattice Network 上的持久化、次二次方拓扑记忆。

"上下文无极限。记忆无丢失。"


⚡ 为什么选择 ICX 而非朴素的 1M+ 上下文窗口?

  • 零注意力扩散: 与其将数百万个 token 塞入密集注意力机制(模型在其中遭受 Lost-in-the-Middle 衰减),ICX 将知识结晶为永久的 $A_4$ 单纯形格点节点(icx_remember)。

  • 亚 5 毫秒范围召回: 测地线关联搜索通过紧凑的编号视口(icx_recall_scoped)返回经过验证的事实句和逐字引用。

  • 基准测试溯源:

    • 在 128k 上下文下,RULER MRCR v2 上达到 96.28%(466/484 精确)

    • 在 LongBench v2 官方基准上达到 54.87%(276/503)

    • 跨上下文视口实现 51.98% 的噪声降低

  • 可流式托管端点: 无需下载任何本地模型。使用来自 dashboard.caleralabs.com 的 API 密钥,通过可流式 HTTP/SSE 连接。


Related MCP server: Mnemexa MCP

🚀 一键快速入门集成

1. Cursor IDE

将以下内容添加到项目的 .cursor/mcp.json(或全局 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"
      }
    }
  }
}

(在 dashboard.caleralabs.com 获取免费 API 密钥)


2. Claude Desktop

添加到你的 claude_desktop_config.json

  • 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(一键终端命令)

使用 Smithery 在 Claude、Cursor 或 VS Code 中自动安装:

# 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

添加到 .vscode/mcp.json

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

5. Stdio 网关代理(离线 / CLI)

如果你的环境仅支持本地 stdio 子进程:

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

🛠️ 认证 MCP 工具参考

Tool

用途

主要输入

行为

icx_remember

将文本、代码、决策和文档存储到持久化长期记忆中。

text(必填)、space_idfilenamefamily

增量且非破坏性

icx_recall_scoped

在记忆中进行语义搜索,以检索有依据的事实和用于问答的来源引用。

query(必填)、space_idtop_k

只读

icx_search_facts

跨记忆节点进行关键词和实体搜索,用于词汇探索和 token 查找。

query(必填)、space_idlimit

只读

icx_quote_slot

从文档寄存器中检索逐字符精确的原文文本和 SHA-256 哈希。

family(必填)、index(必填)、space_id

只读

icx_inspect_space

返回诊断遥测数据:活动节点、总突触、有依据的事实和矛盾警报。

space_id(可选)

只读

icx_reset_session

清除对话轮次历史,同时保留所有底层持久化记忆。

space_id(可选)

仅修改会话


🤖 推荐的代理系统指令

为确保你的自主代理系统性地存储架构决策并召回真实上下文,请将此代码块添加到代理的系统提示词中:

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.

📚 资源与文档


🔗 相关 Calera MCP 服务器


📄 许可证

Apache License 2.0。详情请参阅 LICENSE。由 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