Infinite Context (ICX) MCP Server
Infinite Context (ICX) — 持久化记忆 MCP 服务器
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.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(一键终端命令)
使用 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 vscode4. 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 | 用途 | 主要输入 | 行为 |
| 将文本、代码、决策和文档存储到持久化长期记忆中。 |
| 增量且非破坏性 |
| 在记忆中进行语义搜索,以检索有依据的事实和用于问答的来源引用。 |
| 只读 |
| 跨记忆节点进行关键词和实体搜索,用于词汇探索和 token 查找。 |
| 只读 |
| 从文档寄存器中检索逐字符精确的原文文本和 SHA-256 哈希。 |
| 只读 |
| 返回诊断遥测数据:活动节点、总突触、有依据的事实和矛盾警报。 |
| 只读 |
| 清除对话轮次历史,同时保留所有底层持久化记忆。 |
| 仅修改会话 |
🤖 推荐的代理系统指令
为确保你的自主代理系统性地存储架构决策并召回真实上下文,请将此代码块添加到代理的系统提示词中:
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.📚 资源与文档
产品落地页: https://icx.caleralabs.com
交互式 MCP 文档: https://icx.caleralabs.com/mcp-docs
通用仪表盘与密钥: https://dashboard.caleralabs.com
🔗 相关 Calera MCP 服务器
Calera FINSEC MCP: 面向 AI 代理的经认证 SEC EDGAR 金融记忆,具有 0.00% 统计幻觉率和加密申报溯源(Glama Hub · Smithery)。
📄 许可证
Apache License 2.0。详情请参阅 LICENSE。由 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