iai-personal-memory-engine
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IAI_MCP_STORE | No | Data directory | ~/.iai-mcp/ |
| IAI_MCP_EMBED_MODEL | No | Embedding model. 'bge-m3' for multilingual at ~3x size. | bge-small-en-v1.5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_recallA | Recall verbatim memories by cue — decisions, preferences, prior discussion, rationale. Call before a repository search. Returns hits + anti_hits. |
| memory_searchA | Use for code/doc search; returns hints to verify — never replaces a repository search. |
| memory_recall_structuralA | Structural recall via TEM role->filler bindings (BSC hypervectors). Read-only. Prefer over memory_recall for role-filler queries. |
| memory_reinforceA | Boost Hebbian edges among co-retrieved record ids. Mutates edge weights. Use when two records co-answered. |
| memory_contradictA | Mark a record contradicted; new fact stored as a NEW record (old NEVER deleted). Mutates store. |
| memory_captureA | Capture a verbatim turn. Auto-dedups at cos>=0.95 (reinforces). Use for corrections + load-bearing decisions. |
| memory_consolidateA | Trigger sleep-cycle consolidation: schema induction, FSRS decay, Hebbian pruning. Mutates store; idempotent in one sleep window. |
| profile_get_setA | Read or write a profile knob (10 sealed: 9 AUTIST + wake_depth). operation get|set; returns knob value. |
| curiosity_pendingA | List pending curiosity questions queued by the sleep daemon. Read-only. Filter by session_id. |
| schema_listA | List induced schemas (Tier-0 + Tier-1) from sleep consolidation. Read-only. Filter by domain and confidence_min. |
| events_queryA | Query user-visible events (kind whitelist). Read-only. Optional since (ISO-8601), severity, limit. |
| topologyA | Snapshot of memory-graph topology: N, C, L, sigma, community_count, regime. Read-only diagnostic; sigma never toggles retrieval. |
| episodes_recentA | Returns the N most-recent user-turn records, time-desc. Optional session_id filter. GLOBAL across all projects. |
| memory_temporal_recallA | Time-travel recall: as_of bounds records, changed_since filters events. Read-only. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/CodeAbra/iai-personal-memory-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server