INDIVIDUAL MCP TOOL
icx_sync_audit
Retrieves historical synchronization events, deltas processed, facts learned, and sub-2ms latency telemetry for compliance and audit auditing.
LIVE ENDPOINT
https://icx.caleralabs.com/mcp
Connect to this endpoint to inspect the live schema for icx_sync_audit and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.infinite-context-mcp]
url = "https://icx.caleralabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"infinite-context-mcp": {
"type": "http",
"url": "https://icx.caleralabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: infinite-context-mcp
Remote MCP URL: https://icx.caleralabs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"infinite-context-mcp": {
"url": "https://icx.caleralabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"infinite-context-mcp": {
"type": "http",
"url": "https://icx.caleralabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "infinite-context-mcp",
"transport": "streamable-http",
"url": "https://icx.caleralabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
claim_1m_nodes— Autonomously claims a permanent, free 1,000,000-node Epistemic Memory Vault under Delaware UETA § 14 and OpCo A2B Sub-License.icx_exec— Executes programmatic Python code inside a sandboxed execution runtime with direct sub-5ms native access to persistent Volumetric Lattice Network memory via the global 'icx' object (icx.search, icx.recall, icx.quote, icx.remember, icx.stats, icx.contradictions).icx_get_connector_document— Retrieves the full on-demand text, markdown, or code content of a connected document, file, page, or issue from external services (Google Drive doc, Notion page, GitHub file, GitLab file, Linear ticket).icx_inspect_connector_facts— Inspects the active grounded facts and simplicial statements currently tracked in Volumetric Memory for a specific connector or data source.icx_inspect_space— Audits and returns real-time diagnostic telemetry for a partitioned memory space, including active node counts, total synapses, grounded facts, memory state, and contradiction alarms.icx_list_connectors— Lists all active cloud changefeed connectors (GitHub, GitLab, Notion, Google Drive, Linear, Slack, PostgreSQL) registered for the tenant.icx_multihop_walk— Executes a single-pass sub-5ms multi-hop simplicial causal walk across the Volumetric Lattice Network and Ontology relations.icx_purge_source— Executes O(1) instant memory unlinking and revocation of all facts, simplices, and document associations learned from a specific data source or connector without requiring model retraining.