Skip to main content
Glama
ezumba

vanguard-memory-node

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTO_SYNC_VAULTNoSet to true to auto-sync every vmn_ingest to ExergyNetfalse
EXERGYNET_API_KEYNoAPI key for ExergyNet vault access (sk-exergy-*)
EXERGYNET_NETWORKNoTarget substrate: mainnet → portal.exergynet.org, testnet → dt.portal.exergynet.orgtestnet
EXERGYNET_VAULT_URLNoOverride vault base URL entirely

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": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
vmn_ingestB

Ingest text into the local Vanguard Memory Vault. Returns a SHA-256 shard hash.

vmn_recallB

Recall evidence from a local Vanguard Memory shard using deterministic xLMP lexical search.

vmn_listA

List all memory objects in the local vault. Optionally filter by namespace.

vmn_searchA

Search across all memory objects in the vault by keyword query. Returns candidate roots. Use vmn_recall with a specific root to retrieve full evidence.

vmn_inspectB

Inspect the catalog metadata for a specific memory shard by its SHA-256 root hash.

vmn_deleteA

Delete a memory object from the local vault by its SHA-256 root hash. This is permanent.

vmn_statsB

Return statistics about the local Vanguard Memory Vault.

vmn_index_statusA

Return the current status of the BM25 inverted index. Indicates if a rebuild is needed.

vmn_rebuild_indexA

Rebuild the BM25 inverted index from existing vault objects. Safe to run at any time — objects are never modified.

vmn_sync_vaultB

Sync a local memory object to the ExergyNet LNES-17 vault. Requires EXERGYNET_API_KEY env var.

vmn_ingest_fileA

Ingest new content from a file into the vault, tracking progress with a cursor so only new lines are ingested on each call. Safe to call repeatedly — only the delta since the last call is stored.

Prompts

Interactive templates invoked by user choice

NameDescription
vmn-storeStore text or a note into the local Vanguard Memory Vault
vmn-findSearch the local Vanguard Memory Vault for relevant context

Resources

Contextual data attached and managed by the client

NameDescription
vault-stats
vault-all

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/ezumba/vanguard-memory-node'

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