Skip to main content
Glama
vib28

AI Memory Hub

by vib28

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_WRITERYesIdentity of the AI tool or client writing to the memory (e.g., claude, codex, gemini, qwen, kimi, hermes, chatgpt, user, other). Used to tag the source of each memory.
AI_MEMORY_VAULTYesPath to the Obsidian vault or plain folder that stores the memory Markdown files. This is the canonical memory store.
MEMORY_WRITE_MODENoWrite mode for proposed memories. 'review' queues proposals for manual approval in the dashboard; 'auto' writes valid proposals directly to the vault.review

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_policyA

Return the automatic persistent-memory retention policy and active write mode.

memory_searchB

Search persistent memory. Prefer this before opening files.

memory_readA

Read exactly one memory Markdown file. Path must be inside the vault.

memory_proposeC

Validate a durable memory candidate. Auto mode stores it; review mode queues it.

memory_supersedeB

Supersede an old memory. In review mode the replacement is queued for approval.

memory_forgetA

Delete one persistent memory by its stable memory ID.

memory_auditA

Check file/index integrity without modifying memory.

memory_reindexA

Rebuild the disposable SQLite search index from the Markdown vault.

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/vib28/ai-memory-hub'

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