Skip to main content
Glama
CodeAbra

iai-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IAI_MCP_STORENoData directory~/.iai-mcp/
IAI_MCP_EMBED_MODELNoEmbedding model. 'bge-m3' for multilingual at ~3x size.bge-small-en-v1.5

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_recallA

Recall verbatim memories by cue. Returns hits + anti_hits with derived valid_from/valid_to. Read-only.

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 (11 sealed: 10 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.

camouflaging_statusA

Detect formality/register camouflaging via weekly trajectory points (window_size). Read-only detector; does not relax register.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server