iai-mcp
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 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_recall | Recall verbatim memories by cue. Returns hits + anti_hits with derived valid_from/valid_to. Read-only. |
| memory_search | Use for code/doc search; returns hints to verify. |
| memory_recall_structural | Structural recall via TEM role->filler bindings (BSC hypervectors). Read-only. Prefer over memory_recall for role-filler queries. |
| memory_reinforce | 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_capture | Capture a verbatim turn. Auto-dedups at cos>=0.95 (reinforces). Use for corrections + load-bearing decisions. |
| memory_consolidate | Trigger sleep-cycle consolidation: schema induction, FSRS decay, Hebbian pruning. Mutates store; idempotent in one sleep window. |
| profile_get_set | Read or write a profile knob (11 sealed: 10 AUTIST + wake_depth). operation get|set; returns knob value. |
| curiosity_pending | List pending curiosity questions queued by the sleep daemon. Read-only. Filter by session_id. |
| schema_list | List induced schemas (Tier-0 + Tier-1) from sleep consolidation. Read-only. Filter by domain and confidence_min. |
| events_query | Query user-visible events (kind whitelist). Read-only. Optional since (ISO-8601), severity, limit. |
| topology | Snapshot of memory-graph topology: N, C, L, sigma, community_count, regime. Read-only diagnostic; sigma never toggles retrieval. |
| camouflaging_status | Detect formality/register camouflaging via weekly trajectory points (window_size). Read-only detector; does not relax register. |
| episodes_recent | Returns the N most-recent user-turn records, time-desc. Optional session_id filter. GLOBAL across all projects. |
| memory_temporal_recall | 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