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의 영구적이며 하위 이차(sub-quadratic) 위상(topological) 메모리에 직접 연결합니다.
"컨텍스트에는 한계가 없다. 메모리에는 손실이 없다."
⚡ 단순 1M+ 컨텍스트 윈도우 대신 ICX를 선택해야 하는 이유
Zero Attention Diffusion: 모델이 중간 정보 소실(Lost-in-the-Middle) 성능 저하를 겪는 밀집 어텐션에 수백만 개의 토큰을 채워 넣는 대신, ICX는 지식을 영구적인 $A_4$ 단체(simplicial) 격자 노드(
icx_remember)로 결정화합니다.Sub-5ms Scoped Recall: 측지선(geodesic) 연관 검색이 검증된 사실 문장과 축어적 인용문을 간결한 번호형 뷰포트(
icx_recall_scoped)를 통해 반환합니다.Benchmark Provenance:
96.28% (정확히 466/484) — RULER MRCR v2, 128k 컨텍스트 기준.
54.87% (276/503) — LongBench v2 공식 벤치마크 기준.
51.98% 노이즈 감소 — 컨텍스트 뷰포트 전반에서 달성.
Streamable Hosted Endpoint: 로컬 모델 다운로드가 전혀 필요 없습니다. 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 Gateway Proxy (Air-Gapped / 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 도구 참조
도구 | 용도 | 주요 입력 | 동작 |
| 텍스트, 코드, 결정 사항 및 문서를 영구적인 장기 메모리에 저장합니다. |
| 추가적 & 비파괴적 |
| QA에 필요한 근거 기반 사실과 출처 인용을 위해 메모리 전체에서 의미론적 검색을 수행합니다. |
| 읽기 전용 |
| 어휘 탐색과 토큰 조회를 위해 메모리 노드 전반에서 키워드 및 엔터티를 검색합니다. |
| 읽기 전용 |
| 문서 레지스터에서 문자 단위로 정확한 원문 텍스트와 SHA-256 해시를 검색합니다. |
| 읽기 전용 |
| 진단 텔레메트리(활성 노드, 총 시냅스 수, 근거 기반 사실, 모순 경보)를 반환합니다. |
| 읽기 전용 |
| 기본이 되는 모든 영구 메모리를 유지하면서 대화 턴(turn) 기록을 지웁니다. |
| 세션만 변경 |
🤖 권장 에이전트 시스템 지침
자율 에이전트가 아키텍처 결정 사항을 체계적으로 저장하고 실측(ground-truth) 컨텍스트를 회상하도록 하려면 에이전트의 시스템 프롬프트에 다음 블록을 추가하세요:
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://icx.caleralabs.com/paper
통합 대시보드 및 키: https://dashboard.caleralabs.com
🔗 관련 Calera MCP 서버
Calera FINSEC MCP: 0.00%의 통계적 환각(hallucination)과 암호화된 제출 출처(cryptographic filing provenance)를 갖춘 AI 에이전트용 공인 SEC EDGAR 금융 메모리입니다 (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