Skip to main content
Glama
Riku-KANO

mem9-guard-mcp

by Riku-KANO

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEM9_API_KEYNomem9 API key. Falls back to a local JSON store when unset.
MEM9_API_URLNoDefaults to https://api.mem9.ai. Override for self-hosted mem9.
MEM9_AGENT_IDNoX-Mnemo-Agent-Id header (optional).
MEM9_GUARD_POLICYNoPath to a policy YAML. Defaults to Policy.strict().
MEM9_GUARD_LOCAL_PATHNoPath of the fallback JSON store (default mem9_local_store.json).

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_writeA

Write a value to guarded mem9 memory.

The value is screened by agent-memory-guard before persisting; the result may be
allow / redact / quarantine / block. Declare provenance honestly via source_class
(user_input | external_tool | agent_authored | system) — it drives self-poisoning
detection. Optionally classify with memory_class (e.g. "ephemeral").
memory_readB

Read a value from guarded mem9 memory.

Reads run integrity verification and outbound screening; sensitive content may come back redacted, and tampered or policy-violating entries are blocked.

memory_deleteC

Delete a key from guarded mem9 memory. Protected keys cannot be deleted.

memory_listA

List all keys currently stored in guarded mem9 memory.

security_eventsA

Return recent security events emitted by the guard (newest first).

Useful for auditing why a write was blocked, redacted, or quarantined.

quarantine_listA

List writes currently held in quarantine (detected anomalies pending review).

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/Riku-KANO/mem9-guard-mcp'

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