Integration — MCP Server
Validated memory for your LLM stack
38 MCP tools. Multimodal search (CLIP + Whisper). Bi-temporal queries. Every write validated by 15 tests and sealed (SHA-512).
Model Context Protocol · Swiss-hosted · Claude Desktop, Cursor, VS Code
No credit card required · Swiss hosting · 14 days free
01 — Capabilities
What makes AxiomSeal different
Validation, sealing, and audit primitives — exposed through one standardized MCP interface.
Multimodal Memory
CLIP for images, Whisper for audio. Search all modalities with text queries.
eon_create_imageeon_search_imageseon_create_audioBi-Temporal Queries
Time-travel queries: what did the system believe on 2024-03-15? Built for the traceability the EU AI Act expects (Art. 12, from August 2026).
eon_as_ofeon_invalidateSealed Integrity
SHA-512 sigma hash per memory, chained. Silent edits break the chain — and get caught.
eon_verify_integrityExplainable Validation
15 tests per write, then a 4-stage verdict: ACCEPT / REQUIRE_CONFIRM / QUARANTINE / REJECT — with per-axiom reasoning.
eon_validateProvenance Graph
Which memories influenced this one? What did this memory cause? Auditor-ready.
eon_causal_chainCore Memory + Sessions + Goals
Search, create, projects, sessions, goals, health, stats — the full working set.
eon_searcheon_create+30 more02 — Comparison
vs. other memory solutions
Feature by feature, against public documentation (June 2026). Where a competitor ships something we do not, the table says so.
| Feature | Mem0 | Zep | Supermemory | Letta | AxiomSeal |
|---|---|---|---|---|---|
| Validation tests at write-time (15) | No | No | No | No | Yes |
| SHA-512 sealed chain | No | No | No | No | Yes |
| Quality tiers + quarantine | No | No | No | No | Yes |
| Fact invalidation + provenance | No | Yes | No | No | Yes |
| SOC 2 / HIPAA certification | Yes | Not stated in public documentation | Not stated in public documentation | Not stated in public documentation | No |
| Swiss hosting (CH data residency) | No | No | No | No | Yes |
Based on public documentation, June 2026. Zep ships fact invalidation and provenance; Mem0 is SOC 2 + HIPAA certified. Corrections: info@ai-developer.ch
Full market comparison on the compare page.
03 — Install
Install in 5 minutes
1. Automatic (recommended)
Terminal
npx eon-memory initInstalls for Claude Desktop, Cursor, VS Code. Prompts you for your API key.
2. Manual
~/.claude/mcp.json
{
"mcpServers": {
"eon-memory": {
"type": "streamable-http",
"url": "https://mcp.ai-developer.ch/mcp/",
"headers": {
"Authorization": "Bearer eon_YOUR_API_KEY"
}
}
}
}Paste into your MCP client config. Replace eon_YOUR_API_KEY with the Bearer token from your dashboard.
04 — Compliance
Swiss-hosted. Built for EU AI Act traceability.
Data Residency
All data stored in the Zurich region. No transit outside CH/EU.
EU AI Act Article 12
Automatic record-keeping via eon_validate plus audit-log export — built for the traceability Art. 12 expects (from August 2026).
EU AI Act Article 50
Validation verdicts and provenance are exportable, supporting transparency and disclosure workflows.
GDPR / Swiss DSG
Right to export, right to be forgotten, DPA available on request.
05 — Get started
Give your LLMs memory you can audit
14-day free trial. No credit card. Cancel anytime.