{"id":"67861109-2059-4862-9a74-589e19c85758","slug":"mcp-tc407-api-titan-memory","name":"titan-memory","description":"Universal Cognitive Memory Layer - 5-layer AI memory system with intent-aware retrieval, causal graphs, and working memory","canonicalUrl":"https://xpersona.co/mcp/mcp-tc407-api-titan-memory","sourceUrl":"https://github.com/TC407-api/Titan-Memory","homepage":null,"source":"GITHUB_MCP","vendor":{"slug":"tc407-api","label":"Tc407 Api","url":"https://github.com/TC407-api/Titan-Memory"},"protocols":["MCP"],"capabilities":["ai","memory","cognitive","claude","llm","engram","titans","continual-learning","cli"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":"2.1.0","freshnessAt":"2026-02-22T14:16:38.406Z","freshnessLabel":"Feb 22, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"MCP"},{"label":"Freshness","value":"Feb 22, 2026"},{"label":"Vendor","value":"Tc407 Api"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"2.1.0"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"MCP","href":"https://xpersona.co/api/v1/agents/mcp-tc407-api-titan-memory/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-tc407-api-titan-memory/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:46:51.911Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"mcp, api_key, oauth","href":"https://xpersona.co/api/v1/agents/mcp-tc407-api-titan-memory/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-tc407-api-titan-memory/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:46:51.911Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/TC407-api/Titan-Memory#input","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-tc407-api-titan-memory/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:46:51.911Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Tc407 Api","href":"https://github.com/TC407-api/Titan-Memory","sourceUrl":"https://github.com/TC407-api/Titan-Memory","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"4 GitHub stars","href":"https://github.com/TC407-api/Titan-Memory","sourceUrl":"https://github.com/TC407-api/Titan-Memory","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/mcp-tc407-api-titan-memory/trust","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-tc407-api-titan-memory/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["4 GitHub stars","Schema refs published","Trust evidence available"],"agentCard":{"name":"titan-memory","description":"Universal Cognitive Memory Layer - 5-layer AI memory system with intent-aware retrieval, causal graphs, and working memory","source":"GITHUB_MCP","sourceId":"github-mcp:1141595451","repository":"https://github.com/TC407-api/Titan-Memory","documentation":"https://xpersona.co/mcp/mcp-tc407-api-titan-memory/agent/mcp-tc407-api-titan-memory","protocols":["MCP"],"capabilities":["ai","memory","cognitive","claude","llm","engram","titans","continual-learning","cli"],"languages":["typescript"],"install":{"command":"git clone https://github.com/TC407-api/Titan-Memory.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"One command. Infinite memory.\n\nclaude mcp add titan-memory -- node ~/.claude/titan-memory/bin/titan-mcp.js"},{"kind":"example","language":"mermaid","snippet":"graph TB\n    subgraph INPUT[\"Memory Input\"]\n        U[\"User / AI Session\"] --> ADD[\"titan_add\"]\n    end\n\n    subgraph INTAKE[\"Intake Pipeline\"]\n        ADD --> SF[\"Surprise Filter<br/><i>Is this novel?</i>\"]\n        SF -->|\"Score ≥ 0.3<br/>Novel\"| CC[\"Cortex Classifier<br/><i>What type is this?</i>\"]\n        SF -->|\"Score < 0.3<br/>Already known\"| DROP[\"🗑️ Dropped<br/><i>70% noise eliminated</i>\"]\n        CC --> ROUTE[\"Intelligent Router\"]\n    end\n\n    subgraph LAYERS[\"5-Layer Memory Architecture\"]\n        ROUTE -->|\"Facts\"| L2[\"Layer 2: Factual<br/><i>O(1) hash lookup</i>\"]\n        ROUTE -->|\"Patterns\"| L4[\"Layer 4: Semantic<br/><i>Continual learning</i>\"]\n        ROUTE -->|\"Events\"| L5[\"Layer 5: Episodic<br/><i>Timestamped logs</i>\"]\n        ROUTE -->|\"General\"| L3[\"Layer 3: Long-Term<br/><i>Adaptive decay</i>\"]\n    end\n\n    subgraph STORAGE[\"Vector Storage\"]\n        L2 --> ZC[\"Zilliz Cloud<br/><i>Dense + Sparse Vectors</i>\"]\n        L3 --> ZC\n        L4 --> ZC\n        L5 --> ZC\n    end\n\n    subgraph RECALL[\"Recall Pipeline\"]\n        RQ[\"titan_recall\"] --> HS[\"Hybrid Search<br/><i>BM25 + Dense</i>\"]\n        HS --> VR[\"Voyage Reranker<br/><i>rerank-2 model</i>\"]\n        VR --> LIB[\"Librarian Pipeline\"]\n        LIB --> HL[\"Semantic Highlight<br/><i>Zilliz 0.6B Model</i>\"]\n        HL --> GOLD[\"🥇 Gold Sentences<br/><i>70-80% compressed</i>\"]\n    end\n\n    ZC --> HS\n\n    style DROP fill:#8b0000,stroke:#8b0000,color:#fff\n    style GOLD fill:#0d7a3e,stroke:#0d7a3e,color:#fff\n    style SF fill:#533483,stroke:#e94560,color:#fff\n    style CC fill:#533483,stroke:#e94560,color:#fff\n    style VR fill:#533483,stroke:#e94560,color:#fff\n    style HL fill:#533483,stroke:#e94560,color:#fff\n    style ZC fill:#16213e,stroke:#0f3460,color:#fff"}]}}