mem9-guard-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEM9_API_KEY | No | mem9 API key. Falls back to a local JSON store when unset. | |
| MEM9_API_URL | No | Defaults to https://api.mem9.ai. Override for self-hosted mem9. | |
| MEM9_AGENT_ID | No | X-Mnemo-Agent-Id header (optional). | |
| MEM9_GUARD_POLICY | No | Path to a policy YAML. Defaults to Policy.strict(). | |
| MEM9_GUARD_LOCAL_PATH | No | Path of the fallback JSON store (default mem9_local_store.json). |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_writeA | Write a value to guarded mem9 memory. |
| 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
| 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/Riku-KANO/mem9-guard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server